You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: