Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://checkout-test.adyen.com/v71/payments #1043

Open
miteshpat3426 opened this issue Jul 23, 2024 · 0 comments
Open

https://checkout-test.adyen.com/v71/payments #1043

miteshpat3426 opened this issue Jul 23, 2024 · 0 comments

Comments

@miteshpat3426
Copy link

miteshpat3426 commented Jul 23, 2024

We are using One-Off top up as explained in
https://docs.adyen.com/platforms/top-up-balance-account/on-demand-top-ups/

When we are going to use Payment Request as mentioned in Request using SDK Version=13.2.0.0 we unable to get few properties. We are using C# as language.

{
    "amount": {
        "currency": "USD",
        "value": 10000
    },
    "reference": "ORDAdyenOneOffTopup",
    "paymentMethod": {
        "type": "ach",
        "transferInstrumentId": "SE322KH223224X5KCFKS58MKC"
    },
    "splits": [
        {
            "account": "BA3222Z223226N5KCFKS7FP62",
            "amount": {
                "currency": "USD",
                "value": 10000
            },
            "reference": "AdyenOneOffTopup",
            "type": "TopUp"
        }
    ],
    "returnUrl": "https://your-company.com/",
    "merchantAccount": "Vagaro_AdyenPOS_TEST"
}

We are using "PaymentRequest" Class from SDK, where we don't find few properties highlighted to continue with SDK Development. Like
"paymentMethod": {
"type": "ach",
"transferInstrumentId": "SE322KH223224X5KCFKS58MKC"
}
"type": "TopUp" - TopUp as Enum,

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant