The Capture API allows you to finalize (settle) a transaction that was previously preauthorized (reserved), such as when the "preauth_only" flag was used in the Payment API. The Capture API follows the same authentication process as the Payment API, so please refer to the Payment API documentation for full details.

API Response Parameters

NameTypeDescription
statusint1 if the capture was successful.
0 if the capture failed.
request_idstringThis is the request unique identifier that gets created by Vendo's Gateway on each request.
You need to send this value to Vendo's Client Services team when you open a support ticket.

🚧

SEPA Transactions

Pre-authorization is not supported for SEPA transactions, which means you cannot capture the amount at a later time.
While SEPA transactions are not instant, they will appear as tentatively accepted immediately.

If you are shipping physical goods, it's recommended to wait 2-3 days after receiving a SEPA transaction before shipping, to ensure the payment has been confirmed by the account holder's bank.

Learn more

Language