Payments
Decline Payment
Decline a payment to prevent processing
POST
Rejection Action: Cancel pending payments by declining them, which prevents any funds from being transferred.
Request Headers
Your API key for authentication
Request Body
The short ID of the payment to decline
Response
Confirmation message indicating the payment was declined
The new approval status (“Decline”)
Transaction hash (will be null for declined payments)
Status Codes
Status Code | Description |
---|---|
200 | Payment declined successfully |
400 | Bad Request - Missing payment ID |
404 | Not Found - Payment not found |
500 | Internal Server Error |
Final Action: Declined payments cannot be later approved. A new payment must be created if necessary.
Status Change: The payment’s status will be updated to “Confirmed” with an approval status of “Decline”.