# Initiate Initiates a Travel Rule transfer by submitting the full IVMS101 originator and beneficiary profiles along with the transaction details. This endpoint returns a TRP transferId and triggers status callbacks to the originator VASP. Required to begin compliant cross-VASPs transfers. Endpoint: POST /transfers/initiate Security: BearerAuth ## Request fields (application/json): - `travelAddress` (string) Example: "taCFLQmuE6GqfR2jRM6m8qF7b9V8PjhzGiED4KmteccXagHRPKVDbLSKe9MwF755NJuKL5Q1CJ1zmXDm2m7crZBUJ7pPfDCoKL1n" - `email` (string) - `txId` (string) - `asset` (string, required) Example: "USDT" - `amount` (string, required) Example: 1000 - `callback` (string, required) Example: "https://webhook.site" - `originator` (object, required) Example: {"personType":"natural","firstName":"John","lastName":"Doe","dateOfBirth":"1990-01 15","addressType":"HOME","streetName":"Main Street","buildingNumber":123,"postCode":10001,"townName":"New York","country":"US","nationalId":123456789,"nationalIdType":"ARNU","accountNumber":"ACC123456","walletAddress":"00xWE2erfg234234dssdflkjSDFSDF2"} - `originator.personType` (string, required) Example: "natural" - `originator.firstName` (string, required) Example: "John" - `originator.lastName` (string, required) Example: "Doe" - `originator.dateOfBirth` (string, required) Example: "1990-01 15" - `originator.addressType` (string) Example: "HOME" - `originator.streetName` (string) Example: "Main Street" - `originator.buildingNumber` (string) Example: 123 - `originator.postCode` (string) Example: 10001 - `originator.townName` (string) Example: "New York" - `originator.country` (string) Example: "US" - `originator.nationalId` (string) Example: 123456789 - `originator.nationalIdType` (string) Example: "ARNU" - `originator.accountNumber` (string) Example: "ACC123456" - `originator.walletAddress` (string) Example: "00xWE2erfg234234dssdflkjSDFSDF2" - `beneficiary` (object, required) Example: {"personType":"natural","firstName":"Jane","lastName":"Smith","dateOfBirth":"1985-05 20","addressType":"HOME","streetName":"Oak Avenue","buildingNumber":456,"postCode":90210,"townName":"Los Angeles","country":"US","accountNumber":"ACC789012","walletAddress":"0xsldkjflskdjf123lkjl1kj23gjhguttXXC2"} ## Response 200 fields (application/json): - `status` (any) ## Response 400 fields ## Response 404 fields