Transfer resource in the API.
1
Choose your origin
By default, your app can pay out of it’s owning company balance.
For this step the origin of the transfer should be set to the company id that owns the app.You can find this in the URL when looking at your app dashboard (looks like
biz_XXXXXXXXX)For advanced use cases, apps can also transfer balance from the accounts of other companies
that the app is installed in. To do this you must request the payout:transfer_funds permission
using the permission system.2
Choose your destination
The destination id can be any valid user, company or ledger account id.
These will look like
user_xxxxxx, biz_xxxxxx or ldgr_xxxxxx respectively.3
Make the transfer
Once you have your origin and destination, use the SDK or API to create a transfer.
The funds will be transferred immediately.

