Capture a Payment
/api/payments/{identifier}/captureThis endpoint captures a payment that was previously authorized. It finalizes the transaction by moving funds from the customer to the merchant.
Path Parameters
Response
A successful response indicating that the payment has been captured.
The result of the capture request, including status and any relevant messages.
The unique identifier for the merchant associated with the payment.
The unique identifier for the captured payment.
The amount that was captured.
The three-letter currency code (ISO 4217) for the payment.
The current status of the payment after capture.
The name of the acquirer processing the payment.
The unique identifier for the customer associated with the payment.
A reference provided by the merchant to identify the customer.
The unique identifier for the merchant's order.
The unique identifier for the payment method used.
The request is invalid or contains incorrect parameters.
The result object that contains the outcome and additional details of the API request.
Unauthorized request. Authentication is required.
Access is forbidden due to insufficient permissions.
The specified payment was not found.
The result object that contains the outcome and additional details of the API request.