curl --request POST \
--url https://sandbox.api.fin.com/v1/transactions/transfer-payout/settle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"transfer_id": "9ac6872b-8904-4ea5-beb7-d5a936ffee10"
}
'{
"data": {
"transaction_id": "9ac6872b-8904-4ea5-beb7-d5a936ffee10"
}
}Settle a previously created transfer payout
curl --request POST \
--url https://sandbox.api.fin.com/v1/transactions/transfer-payout/settle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"transfer_id": "9ac6872b-8904-4ea5-beb7-d5a936ffee10"
}
'{
"data": {
"transaction_id": "9ac6872b-8904-4ea5-beb7-d5a936ffee10"
}
}Bearer token authentication. Obtain token from /v1/oauth/token endpoint
Unique identifier for the transfer to settle
"9ac6872b-8904-4ea5-beb7-d5a936ffee10"
Transfer settled successfully
Show child attributes