Billing
Create credit package
Creates a credit package. No Stripe integration — billing for credit packages happens via plans. renewalIntervalMonths=null means one-time / non-renewable. Name must be unique within the hub.
POST
Create credit package
Autorizações
Corpo
application/json
Body for creating a new credit package.
Price per credit in the smallest currency unit (cents).
Intervalo necessário:
x >= 1Exemplo:
5
Number of credits included in the package.
Intervalo necessário:
x >= 1Exemplo:
1000
Optional bonus credits added on top of creditsAmount.
Intervalo necessário:
x >= 1Exemplo:
100
Display name of the credit package.
Required string length:
1 - 100Exemplo:
"Starter pack"
Renewal interval in months. Null means credits never renew (one-time / non-renewable package).
Exemplo:
1
Create credit package

