POST /api/verify/v2/one_step
Version: 3.0.0
Url
https://platform.globaltravelrule.com/api/verify/v2/one_step
one step travel rule
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Optional)
- Schema
- Example
{
"piiSpecVersion": "string",
"amount": "string",
"encryptedPayload": "string",
"ticker": "string",
"address": "string",
"lawThresholdEnabled": true,
"verifyDirection": 0,
"emptyPiiSchema": "string",
"txId": "string",
"network": "string",
"targetVaspCode": "string",
"hashSalt": "string",
"fiatName": "string",
"requestId": "string",
"secretType": 0,
"fiatPrice": "string",
"sourceVaspCode": "string",
"initiatorPublicKey": "string",
"tag": "string",
"expectVerifyFields": [
"string"
],
"targetVaspPublicKey": "string"
}
Responses
Status 200
OK
JSON Content
- Schema
- Example
{
"data": {
"piiSpecVersion": "string",
"encryptedPayload": "string",
"beneficiaryVasp": "string",
"emptyPiiSchema": "string",
"travelruleId": "string",
"originatorVasp": "string",
"targetVaspCode": "string",
"hashSalt": "string",
"requestId": "string",
"secretType": 0,
"initiatorPublicKey": "string",
"verifiedFields": [
{
"message": "string",
"type": "string",
"status": 0
}
],
"targetVaspPublicKey": "string"
},
"verifyStatus": 0,
"success": true,
"verifyMessage": "string"
}