Reverse transfer

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.

Request
Security:
path Parameters
version
required
string
Request Body schema: application/json
txn_guid
string or null <uuid>

API Partner can send the transaction guid or the transfer's unique id on their system and the account guid for the transfer reversal.

client_reference_id
string or null
account_guid
string or null <uuid>
Responses
200

Success

201

Returns the newly created transfer

400

Bad request

401

Unauthorized

500

Server Error

post/api/{version}/transfers/reverse
Request samples
application/json
{
  • "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
  • "client_reference_id": "string",
  • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76"
}
Response samples
application/json
{
  • "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"
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.