Transfer Status Management

VASPs are reponsible to keep and oversee the status of the asset transfer data in which they participate.

Data to Save

DataDescription
transferIdUnique ID assigned to asset transfer details
statusStatus information of the asset transfer details
Transaction asset informationAsset transfer details, such as symbol, amount, etc.
Sender/receiver informationThe name of the party to the asset transfer transaction
Sending/transmitting VASPs informationInformation on asset transfer VASP

Status

The status values of the transferId must be managed in a more detailed way. This is not only to manage each transfer case properly, but also to provide accurate responses when the counterparty (beneficiary) VASP requests a Transaction Status Search inquiry.

The content of this page is for guidance only, but it outlines the minimum required standards. We would appreciate it if you could refer to it and follow accordingly.

StatusDescription
waitThe originating VASP has requested the beneficiary VASP for the asset transfer authorization and is waiting for its response.
verifiedThe asset transfer has been authorized by the beneficiary VASP, but the transaction has not yet been executed on the blockchain.
deniedThe asset transfer authorization has been denied by the beneficiary VASP.
pendingThe blockchain transaction has not been sent yet and is currently pending.
processingThe transaction has been sent to the blockchain but is currently waiting to be mined.
wait-confirmedThe blockchain transaction has been mined, but finality has not yet been secured.
confirmedThe asset transfer on the blockchain has been completed, and the TXID has been updated.
canceledThe asset transfer has been canceled, and the transaction was not executed on the blockchain.

Beneficiary VASP View

  • You need to monitor Travel Rule information and blockchain network data separately and map them
  • There is a probabilistic chance that the status may change from 'confirmed' to 'canceled'.

Originating VASP View

  • verified / denied: Determined based on the response from the counterparty VASP to the 'Asset Transfer Authorization' request..
  • Sending the 'Asset Transfer Result'(txid) is recommended only after blockchain finality has been secured.
  • There is a probabilistic chance that a 'confirmed' transferId may also be canceled.