Adyen · Schema

StoredValueIssueResponse

StoredValueIssueResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
authCode string Authorisation code: * When the payment is authorised, this field holds the authorisation code for the payment. * When the payment is not authorised, this field is empty.
currentBalance object The balance currently on the payment method.
paymentMethod object The collection that contains the type of the payment method and its specific information if available
pspReference 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.
refusalReason 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 `r
resultCode string 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.
thirdPartyRefusalReason string Raw refusal reason received from the third party, where available
View JSON Schema on GitHub