Utility
Initiate Internal Transfer
Performs a transfer of funds between two Projects.
POST
/
v0
/
internal-transfer
Usage
The API Key used is the Project Wallet that is SPENDING
the funds, so the apikey
used in this request must be the SENDER
Project Wallet.
In the body payload, the API also expects a receiverWalletId
. This Project Wallet ID has to match the RECEIVING
Project Wallet ID, which can be found in the ZBD Dev Dashboard under Project Details.
This API is primarily to be used for any programmatic movement of funds between any two of your Projects.
Configuration
Header Parameters
apikey
string
requiredZBD Project API Key
Content-Type
string
Content Type
Body
amount
string
requiredThe amount to be transferred -> in millisatoshis
receiverWalletId
string
requiredThe Wallet ID of the recipient Project
Was this page helpful?