Create a payout instruction set
Note: The reference content in this section documents the Payments Engine endpoint. The Payments Engine endpoints include APIs available only for customers with Payments Engine enabled on their accounts.
These endpoints are currently in beta and might be subject to changes.
If you want to learn more about Fireblocks Payments Engine, please contact your Fireblocks Customer Success Manager or email CSM@fireblocks.com.
Create a payout instruction set.
A payout instruction set is a set of instructions for distributing payments from a single payment account to a list of payee accounts.
The instruction set defines:
- the payment account and its account type (vault, exchange, or fiat).
- the account type (vault account, exchange account, whitelisted address, network connection, fiat account, or merchant account), the amount, and the asset of payment for each payee account.
Learn more about Fireblocks Payments - Payouts in the following guide.
Endpoint Permission: Admin, Non-Signing Admin.
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Response
The payout instruction set creation succeeded and returns the generated instruction set with a unique payout IDThe payout ID will be used for executing the payout and checking the payout status.
- CREATED - payout instruction set created with all its details
- FILE_FOUND - new file found in the FTP
- REQUESTED - payout requested with all its details
- TRANSLATED - payout instruction account IDs identified and translated
- PROCESSING - payout instruction set executed and is processing
- SUBMITTED - transactions submitted for payout instructions
- FINALIZED - payout finished processing, all transactions processed successfully
- INSUFFICIENT_BALANCE - insufficient balance in the payment account (can be a temporary state)
- FAILED - one or more of the payout instructions failed
CREATED, FILE_FOUND, REQUESTED, TRANSLATED, PROCESSING, SUBMITTED, FINALIZED, INSUFFICIENT_BALANCE, FAILED - REQUESTED payout requested with all its details
- VERIFIED payout instruction set details were verified
- PROCESSING payout instruction set executed and is processing
- FINALIZED payout done (all payout instructions completed successfully)
- INSUFFICIENT_BALANCE insufficient balance in the payment account (can be a temporary state)
- FAILED one or more of the payout instructions failed
REGISTERED, VERIFYING, IN_PROGRESS, DONE, INSUFFICIENT_BALANCE, FAILED - INSUFFICIENT_BALANCE
- SOURCE_TRANSLATION
- SOURCE_NOT_UNIQUE
- SOURCE_NOT_FOUND
- SOURCE_TYPE_NOT_SUPPORTED
- EMPTY_SOURCE
- DESTINATION_TRANSLATION
- DESTINATION_NOT_UNIQUE
- DESTINATION_NOT_FOUND
- EMPTY_DESTINATION
- PARSING
- UNKNOWN
- FIREBLOCKS_CLIENT
- TRANSACTION_SUBMISSION
FILE, API