'Response back from adyen doesn't have the resultCode
The payment is made with 3DS V2 but the response back from the /Payment service is not returning the whole object as docs
It’s only returning the AuthorisationToken and the PaymentData
Payment response: class PaymentResponse {
Action:
class CheckoutThreeDS2Action {
AuthorisationToken:
PaymentData:
We are not receiving the rest of the response like this
Authentication:
Details:
DonationToken:
FraudResult:
MerchantReference:
Order:
OutputDetails:
PaymentData:
PspReference:
Redirect:
RefusalReason:
RefusalReasonCode:
ResultCode: code
This is the whole request / response I'm using Adyen .net API Library 8.1.0
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|