Create a Payout by providing the Payout Request ID
.
Notes:
- You can provide multiple IDs eg:
7f839bdd-5acd-4ce3-984d-1be8357b642d,7f839bdd-5asd-4ce3-984d-1be8357b646d
.
Method: POST
Path: https://api.blockbee.io/payout/create/
Parameters
Query Parameters
apikey
string
•Required
API Key provided by BlockBee's Dashboard. Unsure how to get yours? Check this tutorial.
Note: The API key can also be sent as a header named apikey
.
Request Body
This endpoint requires a request body with the payout_request_ids
.
request_ids
string
•Required
The ID
or a list of IDs
of the Payout Requests you want to include in the Payout.
{request_ids=7f839bdd-5acd-4ce3-984d-1be8357b642d,7f839bdd-5asd-4ce3-914d-1be8357b646d}
Returns
Returns information about the newly created payout.
payout_info
object
Contains detailed information about the created payout.
The ID of the created payout.
The status of the created payout.
The verbose status of the created payout.
The source from which the payout was created, if applicable.
A map of payout request addresses to their respective amounts. The keys are dynamic wallet addresses, and the values are the string amounts.
The total cryptocurrency amount requested for the payout.
The total amount requested including the fee.
The error message given in case the payout status is error.
The fee paid to the blockchain for the transaction.
The fee associated with the payout.
The cryptocurrency for the payout.
The transaction ID of the payout, if it has been processed.
The timestamp when the payout was created.