v2
latestOpenAPI 3.0.22026-08-081303782.1 MBBalance Adjustments
Create a Balance Adjustment
Create a Balance Adjustment to increase (i.e., 'Top-up') or decrease your account balance for Payouts.
post/balance_adjustments
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
Example request
{
"amount": 5000
}Response
A single Balance Adjustment
Example response
{
"amount": 5000
}