Skip to content

Adyen Capture

Jovana Veskovic edited this page May 17, 2019 · 7 revisions

Adyen capture flow is used for implementing 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 was refused
errorMessage Will be present if an error happened
Clone this wiki locally