v1
latestOpenAPI 3.0.22026-08-061303782.1 MBSubscription Plans
Create a Subscription Plan
Create a Subscription Plan resource to group and manage recurring payments for individual Subscription resources. You can create a Subscription Plan with or without a trial period.
post/subscription_plans
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,
"billing_interval": "MONTHLY",
"discount_phase_defaults": {
"amount": 5000
}
}Response
A single Subscription Plan
Example response
{
"billing_interval": "MONTHLY",
"amount": 5000,
"discount_phase_defaults": {
"amount": 5000
}
}