Transfer reversal is currently supported for the "CCDCTOACCOUNT" transactions, the Visa Direct AFT's only.
The transactions from the past 30 days can only be reversed.
The transaction txn_guid can be provided as input. if not available, both the client_reference_id and account_guid should be provided.
Success
Returns the newly created transfer
Bad request
Unauthorized
Server Error
{- "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
- "client_reference_id": "string",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76"
}{- "reversal_txn_guid": "05461f6c-84bc-48ef-86e2-21c13e966af2",
- "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
- "client_reference_id": "string",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76"
}