{
"opencollection": "1.0.0",
"info": {
"name": "Fireblocks Blockchains and Assets Approval Requests Payments - Payout API",
"version": "1.8.0"
},
"items": [
{
"info": {
"name": "Payments - Payout",
"type": "folder"
},
"items": [
{
"info": {
"name": "Create a payout instruction set",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.fireblocks.io/v1/payments/payout",
"headers": [
{
"name": "Idempotency-Key",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "**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. \nThese endpoints are currently in beta and might be subject to changes.\nIf you want to learn more about Fireblocks Payments Engine, please contact your Fireblocks Customer Success Manager or email CSM@fireblocks.com. \n Create a payout instruction set. <"
},
{
"info": {
"name": "Execute a payout instruction set",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.fireblocks.io/v1/payments/payout/:payoutId/actions/execute",
"headers": [
{
"name": "Idempotency-Key",
"value": ""
}
],
"params": [
{
"name": "payoutId",
"value": "1fe3b61f-7e1f-4a19-aff0-4f0a524d44d7",
"type": "path",
"description": "the payout id received from the creation of the payout instruction set"
}
]
},
"docs": "**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. \nThese endpoints are currently in beta and might be subject to changes.\nIf you want to learn more about Fireblocks Payments Engine, please contact your Fireblocks Customer Success Manager or email CSM@fireblocks.com. \nExecute a payout instruction set. <"
},
{
"info": {
"name": "Get the status of a payout instruction set",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.fireblocks.io/v1/payments/payout/:payoutId",
"params": [
{
"name": "payoutId",
"value": "1fe3b61f-7e1f-4a19-aff0-4f0a524d44d7",
"type": "path",
"description": "the payout id received from the creation of the payout instruction set"
}
]
},
"docs": "**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. \nThese endpoints are currently in beta and might be subject to changes.\nIf you want to learn more about Fireblocks Payments Engine, please contact your Fireblocks Customer Success Manager or email CSM@fireblocks.com. \nEndpoint Permission: Admin, Non-Signing Admi"
}
]
}
],
"bundled": true
}