Skip to main content

POST / (Step 1-2 - TX ID Verify Callback (After On Chain))

Version: 3.0.0

Url

https://{VASP_SERVICE_URL}/

GTR will send you an request with callback type: 9, you have to verify the tx id is exists in your service, and return by structure of simple result response

Authentication

bearerAuth(http)

Scheme: bearer

Bearer Format: JWT

Path Parameters

No path parameters

Query Parameters

No query parameters

Request Body (Required)

PropertyTypeRequiredDescription
beneficiaryVasp
StringNo
Response status message associated with status code
callbackData
ObjectNo
the child structure could be: BeforeOnChainAddressVerifyCallbackRequest, BeforeOnChainPIICallbackRequest,
PropertyTypeDescription
address
String
target address to verify (in this case tx id verify may not have must to bring address).
initiatorVasp
String
who invoke transaction to you
network
String
blockchain network
requestId
String
Unique request ID, recommended UUID.
tag
String
Tag/Memo of the transaction.
ticker
String
Token Name.
travelruleId
String
txId
String
callbcack and inform you the transaction id after on chain.
callbackType
NumberNo
fixed to be 9
invokeVaspCode
StringNo
Response status message associated with status code
originatorVasp
StringNo
Response status message associated with status code
requestId
StringNo
Unique request ID, recommended UUID.

Responses

Status 200

Please return this response after you verify the tx id

verifyStatus 100000: tx id exists

verifyStatus 200007: tx id does not exists

JSON Content

PropertyTypeDescription
verifyMessage
String
verify message
verifyStatus
Integer
See VerifyStatusEnum
Copyright (C) 2025 Global Travel Rule. All Rights Reserved
General
Developer