Status and Webhook Data
Webhooks
There are several types of webhook datas. Here is the list of webhook data we can send to your backend.
Statuses
Here is the status list for TRP transactions.
CREATED: The transaction or request has been initiated or generated.
REJECTED: The transaction or request has been denied or disapproved.
APPROVED: The transaction or request has been authorized or accepted.
COMPLETED: The transaction or request has been finalized or concluded successfully.
SCORE: This could represent a rating, evaluation, or priority assigned to the transaction or request.
PENDING: The transaction or request is awaiting further processing or confirmation.
WAITING_TX_HASH: The system is expecting a transaction hash, a unique identifier for a transaction on a blockchain.
OTHER_VASP_PENDING, OTHER_VASP_APPROVED, OTHER_VASP_REJECTED: These states likely indicate that the transaction is being processed by a different Verified Service Provider (VASP) and its current status there.
WAITING_ADDRESS_DATA: The system is waiting for the necessary address information to proceed with the transaction.
WAITING_FOR_CONFIRMATION: The transaction is awaiting confirmation on the blockchain network.
TRANSACTION_CONFIRMED: The transaction has been confirmed on the blockchain network.
Last updated