Use this endpoint to process a specific Payout using its ID
.
Notes:
- Will throw an error if the Payout status is already
Done
.
Method: POST
Path: https://api.blockbee.io/payout/process/
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_id
.
payout_id
string
•Required
The ID of the payout you want to process.
{payout_id: 7f839bdd-5acd-4ce3-984d-1be8357b642d}
Returns
Returns a success message with payout information. Returns an error if the payout has already been processed or if the payout_id
is invalid.
payout_info
object
Contains detailed information about the payout request.
Unique identifier for the payout request.
Current status of the payout request.
Current verbose status of the payout request.
Source address for the payout, if applicable.
A mapping of destination addresses to the amount requested for each.
Total cryptocurrency amount requested.
Total cryptocurrency amount including the fee.
The error message given in case the payout status is error.
The fee paid to the blockchain for the transaction.
Fee associated with the transaction.
Cryptocurrency ticker for the transaction.
Transaction ID, available once the payout is fulfilled.
Timestamp when the payout was created.