Name | Type | Description | Notes |
---|---|---|---|
currentBalance | Amount | [optional] | |
pspReference | kotlin.String | Adyen's 16-character string reference associated with the transaction/request. This value is globally unique; quote it when communicating with us about this request. | [optional] |
refusalReason | kotlin.String | If the transaction is refused or an error occurs, this field holds Adyen's mapped reason for the refusal or a description of the error. When a transaction fails, the authorisation response includes `resultCode` and `refusalReason` values. | [optional] |
resultCode | inline | The result of the payment. Possible values: * Success – The operation has been completed successfully. * Refused – The operation was refused. The reason is given in the `refusalReason` field. * Error – There was an error when the operation was processed. The reason is given in the `refusalReason` field. * NotEnoughBalance – The amount on the payment method is lower than the amount given in the request. Only applicable to balance checks. | [optional] |
thirdPartyRefusalReason | kotlin.String | Raw refusal reason received from the third party, where available | [optional] |
Name | Value |
---|---|
resultCode | Success, Refused, Error, NotEnoughBalance |