PaymentVerificationResponse |
PaymentVerificationResponse.additionalData(Map<String,String> additionalData) |
Contains additional information about the payment.
|
PaymentVerificationResponse |
PaymentVerificationResponse.fraudResult(FraudResult fraudResult) |
fraudResult
|
static PaymentVerificationResponse |
PaymentVerificationResponse.fromJson(String jsonString) |
Create an instance of PaymentVerificationResponse given an JSON string
|
PaymentVerificationResponse |
PaymentVerificationResponse.merchantReference(String merchantReference) |
A unique value that you provided in the initial `/paymentSession` request as a `reference` field.
|
PaymentVerificationResponse |
PaymentVerificationResponse.order(CheckoutOrderResponse order) |
order
|
PaymentVerificationResponse |
PaymentVerificationResponse.pspReference(String pspReference) |
Adyen's 16-character reference associated with the transaction/request.
|
PaymentVerificationResponse |
PaymentVerificationResponse.putAdditionalDataItem(String key,
String additionalDataItem) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.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.
|
PaymentVerificationResponse |
PaymentVerificationResponse.refusalReasonCode(String refusalReasonCode) |
Code that specifies the refusal reason.
|
PaymentVerificationResponse |
PaymentVerificationResponse.resultCode(PaymentVerificationResponse.ResultCodeEnum resultCode) |
The result of the payment.
|
PaymentVerificationResponse |
PaymentVerificationResponse.serviceError(ServiceErrorDetails serviceError) |
serviceError
|
PaymentVerificationResponse |
PaymentVerificationResponse.shopperLocale(String shopperLocale) |
The shopperLocale value provided in the payment request.
|