v1
latestOpenAPI 3.0.22026-08-061303782.1 MBSubscriptions
Create a Subscription Balance Entry
Create a Subscription Balance Entry. A Subscription Balance Entry represents a credit applied to a Subscription.
post/subscriptions/{subscription_id}/subscription_balance_entries
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 Subscription Balance Entry
Example response
{
"amount": 5000
}