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 · 1 comment
Open

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

miteshpat3426 opened this issue Jul 23, 2024 · 1 comment

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.

@Kwok-he-Chu
Copy link
Member

We've included these fields in the latest release of the libraries, see: https://github.com/Adyen/adyen-dotnet-api-library/blob/v28.0.0/Adyen/Model/Checkout/AchDetails.cs#L146

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

No branches or pull requests

2 participants