Method: POST
URI: /capture
Field | Description | Required |
---|---|---|
transaction_id |
Transaction ID from an Auth response |
Y |
{
"status": "success",
"code": 200,
"message": "This transaction has been approved.",
"transaction": {
"id": "C4A09AC4F3B333BC",
"gateway": "DB5A25FA",
"amount": "70.71",
"currency": "USD",
"status": "approved",
"response": "This transaction has been approved.",
"is_captured": true
}
}