Approve a payment
This endpoint approves a payment request based on the provided reference.
Header Parameters |
---|
apiToken string — REQUIREDSecret key for the project |
Request Body — REQUIRED |
---|
reference string — REQUIREDUnique reference for the payment. |
approved boolean — REQUIREDApproval status of the payment. |
Responses | ||||
---|---|---|---|---|
200 Payment request processed successfully
| ||||
400 Bad request, such as invalid input
| ||||
401 Unauthorized access
| ||||
500 Internal Server Error
|