bills
Store a new subscription
Creates a new subscription. The data required can be submitted as a JSON body or as a list of parameters. Subscriptions are also known as bills.
post/v1/subscriptions
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"currency_id": "5",
"currency_code": "EUR",
"name": "Rent",
"amount_min": "123.45",
"amount_max": "123.45",
"date": "2026-08-01T00:00:00+00:00",
"end_date": "2026-08-31T23:59:59+00:00",
"extension_date": "2026-08-31T23:59:59+00:00",
"repeat_freq": "monthly",
"active": true,
"notes": "Some example notes",
"object_group_id": "5",
"object_group_title": "Example Group"
}Response
New subscription stored, result in response.