Capture API
The Capture API is used to finalize a payment by transferring the funds that were previously authorised via the Authorsation API.
Key Points
-
The Capture API completes the payment process by moving the authorized funds from the customer’s account to the merchant’s account.
-
This API is typically used after an authorisation when the final amount is confirmed, such as after goods are shipped or services are provided.
-
Only the amount that was previously authorised can be captured. If the capture is for a lesser amount, the remaining funds will be released.
Flow diagram
Api Parameters
Authorizations
API Key for Authorization. Format: 'Basic YOUR_API_KEY_HERE'
API Key specific to x-api-key.
Body
The original transaction ID of the authorized transaction.
36
"e0b0731e-7170-4b64-8a21-7d835eebd641"
The amount to be captured. This should not exceed the amount authorized. Amount limit depends on the bank.
1000
The merchant ID (DASMID).
10
"< Merchant ID >"
The reference of the capture transaction (optional).
128
"Capturing authorised amount"
Response
True on successful transaction, false on failure.
true
The status code of the transaction.
201
True if live transaction, false if test transaction.
false
The transaction type (e.g., CAPTURE).
"CAPTURE"
A JSON object containing the response from the gateway.
A JSON object containing the details of the merchant.
A JSON object containing the payment details of the transaction.
A JSON object containing details of the transaction.