Skip to content

Adyen Capture

Afifa Bakiz edited this page May 21, 2019 · 7 revisions

The Adyen capture flow is used to implement our capture concept. Adyen requires the following values to capture a payment:

Parameter Name Description
originalReference ID of the Adyen transaction that will be captured
modificationAmount.value Amount in the smallest currency unit(e.g. cent)
modificationAmount.currency Currency
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 is refused
errorMessage Will be present if an error happens
Clone this wiki locally