Payments
Approve Payment
Approve a payment that requires authorization
POST
Authorization Step: Approve payments that are waiting for authorization to proceed with blockchain fund transfer.
Request Headers
Your API key for authentication
Request Body
The short ID of the payment to approve
Response
Confirmation message indicating the approval status has been updated
Status Codes
Status Code | Description |
---|---|
200 | Payment approved successfully |
400 | Bad Request - Missing payment ID |
404 | Not Found - Payment not found |
500 | Internal Server Error |
Status Transition: Only payments with an approval status of “Waiting for Sender Approval” can be approved.
Post-Approval Process: Once approved, the payment will be processed on the blockchain and its status will change to “New”, then to “Confirmed” once processed.