Release or cancel a payment request that is no longer needed
X-API-Key
with your API key obtained from the dashboardapplication/json
Parameter | Description | Type | Required |
---|---|---|---|
id | Payment request identifier to release | integer (int64) | YES |
Code | Description |
---|---|
200 | OK - Payment request released successfully |
400 | Bad Request - Invalid request format |
404 | Not Found - Payment request not found |
409 | Conflict - Payment request cannot be released (already processed) |
500 | Internal Server Error - Release operation failed |
OK