Once a Payment transfer has been initiated, the funds for that transfer will be on hold until processed or canceled. To cancel a transfer, use this endpoint to release those funds being held and to cancel the processing of the transfer.
Path Parameters
Name
Type
Description
transfer_id required
string
Partner generated transfer and idempotency ID
Responses
200 OK
{
"data": {
"success": true
}
}
422 Unprocessable Content
{
"error": "Transfer with transfer_id 7735757c-863e-4e07-9b84-af186424ebae not found."
}
{
"error": "Funds transfer is not pending verification."
}