PayoutResponse |
PayoutResponse.additionalData(Map<String,String> additionalData) |
Contains additional information about the payment.
|
PayoutResponse |
PayoutResponse.authCode(String authCode) |
Authorisation code: * When the payment is authorised successfully, this field holds the authorisation code for the payment. * When the payment is not authorised, this field is empty.
|
PayoutResponse |
PayoutResponse.dccAmount(Amount dccAmount) |
dccAmount
|
PayoutResponse |
PayoutResponse.dccSignature(String dccSignature) |
Cryptographic signature used to verify `dccQuote`.
|
PayoutResponse |
PayoutResponse.fraudResult(FraudResult fraudResult) |
fraudResult
|
static PayoutResponse |
PayoutResponse.fromJson(String jsonString) |
Create an instance of PayoutResponse given an JSON string
|
PayoutResponse |
PayoutResponse.issuerUrl(String issuerUrl) |
The URL to direct the shopper to.
|
PayoutResponse |
PayoutResponse.md(String md) |
The payment session.
|
PayoutResponse |
PayoutResponse.paRequest(String paRequest) |
The 3D request data for the issuer.
|
PayoutResponse |
PayoutResponse.pspReference(String pspReference) |
Adyen's 16-character reference associated with the transaction/request.
|
PayoutResponse |
PayoutResponse.putAdditionalDataItem(String key,
String additionalDataItem) |
|
PayoutResponse |
PayoutResponse.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.
|
PayoutResponse |
PayoutResponse.resultCode(PayoutResponse.ResultCodeEnum resultCode) |
The result of the payment.
|