v1
latestOpenAPI 3.0.22026-08-061303782.1 MBSettlements
Create Settlement Funding Transfer Attempt
Create a Funding Transfer Attempt for this Settlement. Funding transfer attempts are used to submit funds for instant payout.
post/settlements/{settlement_id}/funding_transfer_attempts
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Content-Typestring
Example:application/json
The data type being sent in the request body must be application/json.
Request body
Response
A single settlement Funding Transfer Attempt
Example response
{
"amount": 5000,
"merchant_id": "MUxxxxxxxxxxxxxxxxxxxxxxx"
}