Validate Full Travel Rule Transaction

POST {{baseUrl}}/screening/travel_rule/transaction/validate/full

Validate Full Travel Rule transactions.

Checks for all required information on the originator and beneficiary VASPs.

Note: The reference content in this section documents the Travel Rule beta endpoint. The beta endpoint includes APIs that are currently in preview and aren't yet generally available.

To enroll in the beta and enable this endpoint, contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.

Request Body

{"originator"=>{"fullName"=>"<string>", "dateOfBirth"=>"<string>", "placeOfBirth"=>"<string>", "address"=>"<string>", "identificationNumber"=>"<string>", "nationality"=>"<string>", "countryOfResidence"=>"<string>", "taxIdentificationNumber"=>"<string>", "customerNumber"=>"<string>"}, "beneficiary"=>{"fullName"=>"<string>", "dateOfBirth"=>"<string>", "placeOfBirth"=>"<string>", "address"=>"<string>", "identificationNumber"=>"<string>", "nationality"=>"<string>", "countryOfResidence"=>"<string>", "taxIdentificationNumber"=>"<string>", "customerNumber"=>"<string>"}, "transactionAsset"=>"<string>", "transactionAmount"=>"<string>", "originatorDid"=>"<string>", "beneficiaryDid"=>"<string>", "originatorVASPdid"=>"<string>", "beneficiaryVASPdid"=>"<string>", "beneficiaryVASPname"=>"<string>", "transactionBlockchainInfo"=>{"txHash"=>"<string>", "origin"=>"<string>", "destination"=>"<string>"}, "encrypted"=>"<string>", "protocol"=>"<string>", "notificationEmail"=>"<string>", "skipBeneficiaryDataValidation"=>"<boolean>", "travelRuleBehavior"=>"<boolean>", "originatorProof"=>{"type"=>"<string>", "proof"=>"<string>"}, "beneficiaryProof"=>{"type"=>"<string>", "proof"=>"<string>"}, "pii"=>{"fullName"=>"<string>", "dateOfBirth"=>"<string>", "placeOfBirth"=>"<string>", "address"=>"<string>", "identificationNumber"=>"<string>", "nationality"=>"<string>", "countryOfResidence"=>"<string>", "taxIdentificationNumber"=>"<string>", "customerNumber"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;isValid&quot;:&quot;\u003cboolean\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;beneficiaryAddressType&quot;:&quot;\u003cstring\u003e&quot;,&quot;addressSource&quot;:&quot;\u003cstring\u003e&quot;,&quot;beneficiaryVASPdid&quot;:&quot;\u003cstring\u003e&quot;,&quot;beneficiaryVASPname&quot;:&quot;\u003cstring\u003e&quot;,&quot;warnings&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}