-
Notifications
You must be signed in to change notification settings - Fork 0
Adyen Reversal
Jovana Veskovic edited this page May 17, 2019
·
4 revisions
Adyen cancel
flow is used for implementing our reverse concept. Adyen requires the following values to reverse a payment:
Parameter Name | Description |
---|---|
originalReference | Id of the Adyen transaction that will be captured |
reference | Payment reference, generated by backend |
merchantAccount | Merchant id |
Adyen response:
Parameter Name | Description |
---|---|
pspReference | Adyen transaction id |
refusalReason | Will be present if the transaction was refused |
errorMessage | Will be present if an error happened |