Confirm Payment
Payments
Confirm Payment
Complete a payment transaction that was previously initiated. Requires the quote_id and reference from the initiate response.
POST
Confirm Payment
Complete a payment transaction that was previously initiated. This endpoint executes the payment after you’ve reviewed the quote from the initiate endpoint.
Overview
After initiating a payment and receiving a quote, use this endpoint to confirm and execute the payment. The payment will be processed immediately upon confirmation.Request Body
string
required
Payment quote ID from the initiate payment response
string
required
Payment reference from the initiate payment response
Response
boolean
Indicates whether the payment was completed successfully
object
Payment transaction details including status, amount, currency, and recipient information
Error Responses
If the payment fails (e.g., insufficient balance), the response will include:boolean
Will be
false for failed paymentsstring
Error message describing the failure reason
Authorizations
Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}
Body
application/json