Transfers
A transfer is a transaction that happens when you move funds between instruments managed by Weavr. The source and destination instruments of a transfer transaction must be owned by the same identity.
Debit Mode Cards
You cannot use cards that operate in debit mode as a source or destination instrument for transfers because these cards do not have a balance.
Create a Transfer
Create a transfer transaction using the POST /transfers
endpoint providing the source and destination instrument IDs. As part of the authentication header, you must also provide a valid user_token
that belongs to the identity whose funds will be moved.
You must specify a transfer profileId
that determines if you charge any end-customer fees for this transaction. You can find more information on how to earn revenue from your customers in the transfer fees guide.
info
To perform a transfer, both the source and destination instruments must be active.