Example
Here’s an example of how to create a transfer from your platform to a sub-merchant:amountis the amount to transfer (6.9 USD)currencyis the ISO currency codeorigin_idis your platform’s company ID (biz_yyyyyyyyyyyyy) - where funds are deducted fromdestination_idis the sub-merchant’s company ID (biz_xxxxxxxxxxxxx) - where funds are credited tometadatacontains custom key-value pairs:order_id: Links the transfer to a specific orderplatform_fee: Tracks the platform fee amountreason: Describes why the transfer was made (e.g., “revenue_share”)
transfer.id that you can use to reference this transfer in future API calls.
API Reference
Create Transfer API
See the full API reference for creating transfers and all available parameters
Custom metadata
You can attach custom metadata to transfers to track additional information about each transfer. This is useful for:- Tracking which order or transaction the transfer is related to
- Adding internal reference numbers
- Storing platform-specific information
- Linking transfers to business events

