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