Cancel pending payment
API Refs
- Staging: Cancel pending payment
This endpoint cancels a pending payment. It only works for payments in an Awaiting-cash-out
status.
URI Parameters
Name | Type | Description | Required |
---|---|---|---|
paymentId | string | The ID of the payment to cancel | yes |
Response
A successful request returns a 200 OK
status code with no response body.
ImportantThis action only works for payments that have not yet been processed. Once a payment is in transit, it cannot be canceled via the API.
Updated 7 days ago