curl --request POST \
--url https://{base_url}/v1/transactions/transfer-payout/settle \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"transfer_id": "<string>"
}
'{
"data": {
"transaction_id": "<string>"
}
}Settle a previously created transfer payout
curl --request POST \
--url https://{base_url}/v1/transactions/transfer-payout/settle \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"transfer_id": "<string>"
}
'{
"data": {
"transaction_id": "<string>"
}
}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.