Create Subscription
Create new subscription
POST
https://ipgtest.monri.com/v2/subscriptions
Headers
Name | Type | Description |
---|---|---|
Content-Type* | application/json | |
Accept* | application/json | |
Authorization* | <calculated-value> |
Request Body
Name | Type | Description |
---|---|---|
name* | String | Name, it should be unique. 1-255 characters. |
description* | String | Subscription description |
price* | Integer | Amount in minor units |
currency* | String | ISO three letter currency code - it should be one of supported currencies. |
period* | String | Subscription charge period - possible values are: day, week, month, half_year, year |
Last updated