# Generate beneficiary travel address Creates a unique, encrypted Travel Address for a beneficiary using firstName, lastName, walletAddress and optional externalId. The generated Travel Address is used by the originator VASP to initiate a compliant Travel Rule transfer. Endpoint: POST /travel-address/generate Security: BearerAuth ## Request fields (application/json): - `Authorization` (string) - `firstName` (string, required) First name of the beneficiary. Example: "John" - `lastName` (string, required) Last name of the beneficiary. Example: "Snow" - `walletAddress` (string) Wallet address of the beneficiary. Example: "1q2w3e4r5t6y7u8i9o0p" - `externalId` (string) External identifier of the beneficiary in the originator VASP system. Example: "user-123456" ## Response 200 fields ## Response 400 fields ## Response 401 fields