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 request payload to capture a transaction.
The body is of type object
.
Response
Transaction captured successfully
The response is of type object
.