PaymentDetailsResponse |
PaymentDetailsResponse.additionalData(Map<String,String> additionalData) |
Contains additional information about the payment.
|
PaymentDetailsResponse |
PaymentDetailsResponse.amount(Amount amount) |
amount
|
PaymentDetailsResponse |
PaymentDetailsResponse.donationToken(String donationToken) |
Donation Token containing payment details for Adyen Giving.
|
PaymentDetailsResponse |
PaymentDetailsResponse.fraudResult(FraudResult fraudResult) |
fraudResult
|
static PaymentDetailsResponse |
PaymentDetailsResponse.fromJson(String jsonString) |
Create an instance of PaymentDetailsResponse given an JSON string
|
PaymentDetailsResponse |
PaymentDetailsResponse.merchantReference(String merchantReference) |
The reference used during the /payments request.
|
PaymentDetailsResponse |
PaymentDetailsResponse.order(CheckoutOrderResponse order) |
order
|
PaymentDetailsResponse |
PaymentDetailsResponse.paymentMethod(ResponsePaymentMethod paymentMethod) |
paymentMethod
|
PaymentDetailsResponse |
PaymentDetailsResponse.pspReference(String pspReference) |
Adyen's 16-character string reference associated with the transaction/request.
|
PaymentDetailsResponse |
PaymentDetailsResponse.putAdditionalDataItem(String key,
String additionalDataItem) |
|
PaymentDetailsResponse |
PaymentDetailsResponse.refusalReason(String refusalReason) |
If the payment's authorisation is refused or an error occurs during authorisation, this field holds Adyen's mapped reason for the refusal or a description of the error.
|
PaymentDetailsResponse |
PaymentDetailsResponse.refusalReasonCode(String refusalReasonCode) |
Code that specifies the refusal reason.
|
PaymentDetailsResponse |
PaymentDetailsResponse.resultCode(PaymentDetailsResponse.ResultCodeEnum resultCode) |
The result of the payment.
|
PaymentDetailsResponse |
PaymentDetailsResponse.shopperLocale(String shopperLocale) |
The shopperLocale.
|
PaymentDetailsResponse |
PaymentDetailsResponse.threeDS2ResponseData(ThreeDS2ResponseData threeDS2ResponseData) |
threeDS2ResponseData
|
PaymentDetailsResponse |
PaymentDetailsResponse.threeDS2Result(ThreeDS2Result threeDS2Result) |
threeDS2Result
|
PaymentDetailsResponse |
PaymentDetailsResponse.threeDSPaymentData(String threeDSPaymentData) |
When non-empty, contains a value that you must submit to the `/payments/details` endpoint as `paymentData`.
|