Create Transfer
Move money between your own business accounts — your main business and its child businesses — internally and same-currency only. Settles immediately with no fee.
Set sourceTenantKey to the business funds move from (omit it to send
from your main business) and destinationTenantKey to the business they
move to. Allowed movements are main → child, child → child, and
child → main.
There is no GET for a transfer — track it via the
platform disbursements endpoint
filtered to type=TRANSFER, matching the returned id or your reference.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The business funds move to — a child business or your main business. Cannot equal the source.
"blm998877"
Your client reference for the transfer. Stored on it so you can locate it later.
"transfer-123"
The business funds move from. Omit to send from your main business, or pass a child business's tenant key.
"blm123456"
Response
Transfer created response
The transfer id. Track it via the platform disbursements endpoint filtered to type=TRANSFER.
"9b2c1f47-8a0d-4e21-bf3c-2d6f1a9e74c5"