Create multiple subscription plans under your integration.
| Field | Type | Description |
|---|---|---|
title | string | Name/Title of plan |
frequency | string | This simply means how often. Valid frequencies are: daily, weekly, monthly, quarterly, biannually (every 6 months), annually. |
amount | interger | Amount should be in the subunit of our supported currency i.e your local currency or USD. |
currency | string | Currency code (e.g., NGN, USD). |
internalReference | string | A unique reference number generated by your company to identify each customer. |
pricingOptions | string | Specify one or more amount or currency for your payment plan. |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A JSON array of subscription objects.
The response is of type object.