v1
latestOpenAPI 3.0.32026-07-248257161.1 KBCheckout
Capture totally or partially a transaction previously authorized
This API endpoint allows to capture totally or partially a transaction previously authorized. The amount of capture must not exceed authorized amount.
post/captures
Query parameters
transactionIdstring uuid required
Unique identifier of the transaction Id.
Headers
X-Amzn-Trace-Idstring
HTTP request identifier allow to trace individual request sent from client to service.
Request body
Example request
{
"amount": 45000,
"currency": "XOF"
}Response
The amount has been captured successfully