Payout funds
Use the payout-management API to register payout bank accounts, create manual payouts, and list payout history. These endpoints use an authenticated dashboard Bearer JWT and an organization ID.The API-reference pages for bank accounts and manual payouts require the Bearer token from an authenticated dashboard session.
Use the payout-management API
For organization-managed payouts, first add a payout bank account, then create a manual payout. Use List payouts to reconcile payout status and history.Pay a GlobalTravelWallet user
Organizations can disburse funds directly to a GlobalTravelWallet user in any same-currency corridor:- Resolve recipient: Call
GET /v1/payout-recipients/gtw/{publicId}with the recipient’s 10-characterpublicIdto verify their masked name and eligible currencies. - Add payout account: Register a beneficiary using
POST /v1/payout-accountswithaccountType: "gtw_wallet",currency,accountName, andaccountNumberset to thepublicId. - Execute payout: Create a payout via
POST /v1/payouts. Same-currency GTW payouts execute automatically and credit the recipient’s GTW wallet instantly.