The Capture API allows you to capture (settle) a transaction that was previously only preauthorized (reserved), f.ex. using the "preauth_only" flag in the Payment API. This API uses the same authentication procedure as the Payment API, so please refer to that one for all the 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

It's not possible to do a pre-authorization transaction with SEPA. Therefore it's also not possible to capture the amount at a later time.
SEPA transactions are non-instant but appear as tentatively accepted immediately.
If you ship hard-goods, wait 2-3 days before mailing after receiving a SEPA transaction to ensure it confirmed by the account holder's bank. Learn more

Language