curl --request POST \
--url https://{base_url}/v1/batch/transactions/commit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
[
{
"beneficiary_id": "<string>",
"source_amount": "<string>",
"source_currency": "<string>",
"deduct_from": "PREFUNDED_BALANCE",
"remarks": "<string>"
}
]
'{
"data": {
"batch_id": "16940644-438d-4134-ab19-d195dda46124"
}
}Execute multiple transfer payouts in a single batch operation.
curl --request POST \
--url https://{base_url}/v1/batch/transactions/commit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
[
{
"beneficiary_id": "<string>",
"source_amount": "<string>",
"source_currency": "<string>",
"deduct_from": "PREFUNDED_BALANCE",
"remarks": "<string>"
}
]
'{
"data": {
"batch_id": "16940644-438d-4134-ab19-d195dda46124"
}
}Documentation Index
Fetch the complete documentation index at: https://developer.fin.com/llms.txt
Use this file to discover all available pages before exploring further.
auto_settlement set to true.source_amount or destination_amount (not both)source_amount: Minimum 500 cents (e.g. 500 = $5.00)PREFUNDED_BALANCE transactions are eligible for refunds if they failPREFUNDED_BALANCE, LIQUIDATION_ADDRESS Any remarks for the compliance team or notes for the transaction, if passing remarks are supported for a corridor then the system will automatically pass it along with the transaction
Created
Show child attributes