PaymentResponse |
PaymentResponse.action(PaymentResponseAction action) |
action
|
PaymentResponse |
PaymentResponse.additionalData(Map<String,String> additionalData) |
Contains additional information about the payment.
|
PaymentResponse |
PaymentResponse.amount(Amount amount) |
amount
|
PaymentResponse |
PaymentResponse.donationToken(String donationToken) |
Donation Token containing payment details for Adyen Giving.
|
PaymentResponse |
PaymentResponse.fraudResult(FraudResult fraudResult) |
fraudResult
|
static PaymentResponse |
PaymentResponse.fromJson(String jsonString) |
Create an instance of PaymentResponse given an JSON string
|
PaymentResponse |
DonationPaymentResponse.getPayment() |
payment
|
PaymentResponse |
PaymentResponse.merchantReference(String merchantReference) |
The reference to uniquely identify a payment.
|
PaymentResponse |
PaymentResponse.order(CheckoutOrderResponse order) |
order
|
PaymentResponse |
PaymentResponse.paymentMethod(ResponsePaymentMethod paymentMethod) |
paymentMethod
|
PaymentResponse |
PaymentResponse.pspReference(String pspReference) |
Adyen's 16-character string reference associated with the transaction/request.
|
PaymentResponse |
PaymentResponse.putAdditionalDataItem(String key,
String additionalDataItem) |
|
PaymentResponse |
PaymentResponse.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.
|
PaymentResponse |
PaymentResponse.refusalReasonCode(String refusalReasonCode) |
Code that specifies the refusal reason.
|
PaymentResponse |
PaymentResponse.resultCode(PaymentResponse.ResultCodeEnum resultCode) |
The result of the payment.
|
PaymentResponse |
PaymentResponse.threeDS2ResponseData(ThreeDS2ResponseData threeDS2ResponseData) |
threeDS2ResponseData
|
PaymentResponse |
PaymentResponse.threeDS2Result(ThreeDS2Result threeDS2Result) |
threeDS2Result
|
PaymentResponse |
PaymentResponse.threeDSPaymentData(String threeDSPaymentData) |
When non-empty, contains a value that you must submit to the `/payments/details` endpoint as `paymentData`.
|