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 | ||||
|---|---|---|---|---|
200Payment request processed successfully
| ||||
400Bad request, such as invalid input
| ||||
401Unauthorized access
| ||||
500Internal Server Error
|