Capture Transaction
Auth-Capture-Void
Capture Transaction
This endpoint captures a previously authorized transaction.
POST
Capture Transaction
Authorizations
Payaza {{Public API Key in Base 64}}
Body
application/json
Response
Capture Transaction
Status of the capture operation (e.g., AUTHORIZED, ERROR).
Example:
"AUTHORIZED"
Descriptive message about the operation status.
Example:
"Authorization successful"
The reference of the authorization being captured.
Example:
"AUTH-1234567890"
Authorization code for the captured transaction.
Example:
"123456"
The amount successfully captured.
Example:
100
Currency code.
Example:
"NGN"
Timestamp related to authorization expiration (if relevant).
Example:
"2025-01-19T10:30:00"
Error code if the capture failed.
Example:
"AUTH_EXPIRED"
Detailed error description.
Example:
"Authorization has expired"