Manual Capture (deprecated)
THIS METHOD WILL BE DEPRECATED IN FAVOR OF A NEW ONE
Please refer to Commit Transaction for the new version.
Manual capture allows creating a transaction and call capture request later.
The capture request can only be called once, see Tokenization flow for multi capture flow.
Manual capture is useful for making a payment and updating the payment details later.
Create a Transaction
Call "transactions/init" in order to create a capture request and add the "methodType" field with "manual_capture".
See here the full docs of creating a transaction
URL: /api/transactions/Init
Request Body:
{
"timeOut": 600,
"deviceId": "2ooeww5ufzg3nkuf8a10g15i5epu8o58jv1rznif3o1tr6xsb1rm",
"methodType": "manual_capture"
}Response body:
The consumer tap the sticker, or get the payment link through e-mail or SMS, and choose a payment method.
Capture
URL: /api/transactions/{transactionNumber}/capture
Request Body:
Here is an example:
Response body:
Last updated
Was this helpful?
