Subscriptions allow you to automatically invoice customers on a recurring basis for the services you provide.
Get additional charges
Get the additional charges of the given subscription.
path Parameters
administration_id^\d+$ · requiredThe unique identifier of the administration
A unique record identifier
id^\d+$ · requiredA unique record identifier
format^(.(json|xml))?$ · requiredThe format in which the response is given, can be empty to use the default format
query Parameters
include_billedIf true, includes the additional charges that have already been billed. Default is false.
Get additional charges › Responses
A subscription additional charge
id^\d+$A unique record identifier
administration_id^\d+$A unique record identifier
contact_id^\d+$A unique record identifier
subscription_id^\d+$A unique record identifier
product_id^\d+$A unique record identifier
detail_id^\d+$A unique record identifier
amountpriceperiod^[0-9]{6}..[0-9]{6}$descriptionCreate an additional charge to be invoiced together with the subscription
At the end of the current subscription period, the additional charges are merged where possible and an invoice will be created for them. The invoice will be scheduled for sending together with the subscription invoice, so that they are merged on sending.
path Parameters
administration_id^\d+$ · requiredThe unique identifier of the administration
A unique record identifier
id^\d+$ · requiredA unique record identifier
format^(.(json|xml))?$ · requiredThe format in which the response is given, can be empty to use the default format
Create an additional charge to be invoiced together with the subscription › Responses
Subscription additional charge created
id^\d+$A unique record identifier
administration_id^\d+$A unique record identifier
contact_id^\d+$A unique record identifier
subscription_id^\d+$A unique record identifier
product_id^\d+$A unique record identifier
detail_id^\d+$A unique record identifier
amountpriceperiod^[0-9]{6}..[0-9]{6}$descriptionCreate and schedule an invoice to be sent together with the subscription
Besides the recurring sales invoice for the subscription, you sometimes need to bill separate costs like usage based charges. Ideally you want these costs to be on the same invoice as the subscription invoice. This endpoint allows you to put extra invoice details on the subscription invoice.
This endpoint creates a new sales invoice and schedules it for sending on the same date as the next subscription invoice. During sending, Moneybird will merge both the scheduled invoice and the subscription invoice. This means the contact will receive one sales invoice with multiple invoice details, both from the subscription and from the one off sales invoice.
path Parameters
administration_id^\d+$ · requiredThe unique identifier of the administration
A unique record identifier
id^\d+$ · requiredA unique record identifier
format^(.(json|xml))?$ · requiredThe format in which the response is given, can be empty to use the default format
Create and schedule an invoice to be sent together with the subscription › Responses
Sales invoice created
id^\d+$A unique record identifier
administration_id^\d+$A unique record identifier
contact_id^\d+$A unique record identifier
contact_person_id^\d+$A unique record identifier
invoice_idrecurring_sales_invoice_id^\d+$A unique record identifier
subscription_id^\d+$A unique record identifier
workflow_id^\d+$A unique record identifier
document_style_id^\d+$A unique record identifier
identity_id^\d+$A unique record identifier
draft_idstateinvoice_datedue_datepayment_conditionspayment_referenceshort_payment_referencereferencelanguagecurrencydiscountoriginal_sales_invoice_id^\d+$A unique record identifier
pausedpaid_atsent_atcreated_atupdated_atpublic_view_codepublic_view_code_expires_atversiontotal_paidtotal_unpaidtotal_unpaid_baseprices_are_incl_taxtotal_price_excl_taxtotal_price_excl_tax_basetotal_price_incl_taxtotal_price_incl_tax_basetotal_discountmarked_dubious_onmarked_uncollectible_onreminder_countnext_reminderoriginal_estimate_id^\d+$A unique record identifier
urlpayment_urlGet subscription
Get a subscription.
path Parameters
administration_id^\d+$ · requiredThe unique identifier of the administration
A unique record identifier
id^\d+$ · requiredA unique record identifier
format^(.(json|xml))?$ · requiredThe format in which the response is given, can be empty to use the default format
Get subscription › Responses
A subscription
id^\d+$A unique record identifier
administration_id^\d+$A unique record identifier
start_dateend_datefrequencyfrequency_typereferencecancelled_atproduct_id^\d+$A unique record identifier
contact_id^\d+$A unique record identifier
contact_person_id^\d+$A unique record identifier
recurring_sales_invoice_id^\d+$A unique record identifier
Cancel a subscription
Cancels the subscription. Stops the recurring sales invoice for the contact. Optionally
you can provide an end_date to stop the subscription on a future date.
path Parameters
administration_id^\d+$ · requiredThe unique identifier of the administration
A unique record identifier
id^\d+$ · requiredA unique record identifier
format^(.(json|xml))?$ · requiredThe format in which the response is given, can be empty to use the default format
Cancel a subscription › Responses
Subscription cancelled
id^\d+$A unique record identifier
administration_id^\d+$A unique record identifier
start_dateend_datefrequencyfrequency_typereferencecancelled_atproduct_id^\d+$A unique record identifier
contact_id^\d+$A unique record identifier
contact_person_id^\d+$A unique record identifier
recurring_sales_invoice_id^\d+$A unique record identifier
Update a subscription
Updates the product the contact is subscribed to. This will automatically calculate the differences between the product prices and create a one off sales invoice to bill the extra charge for the remaining billing period.
Optionally you can provide a start date for the product change to become active.
path Parameters
administration_id^\d+$ · requiredThe unique identifier of the administration
A unique record identifier
id^\d+$ · requiredA unique record identifier
format^(.(json|xml))?$ · requiredThe format in which the response is given, can be empty to use the default format
Update a subscription › Responses
Subscription updated
id^\d+$A unique record identifier
administration_id^\d+$A unique record identifier
start_dateend_datefrequencyfrequency_typereferencecancelled_atproduct_id^\d+$A unique record identifier
contact_id^\d+$A unique record identifier
contact_person_id^\d+$A unique record identifier
recurring_sales_invoice_id^\d+$A unique record identifier
List all subscriptions
Lists all subscriptions for the given contact.
path Parameters
administration_id^\d+$ · requiredThe unique identifier of the administration
A unique record identifier
format^(.(json|xml))?$ · requiredThe format in which the response is given, can be empty to use the default format
query Parameters
contact_id^\d+$ · requiredA unique record identifier
List all subscriptions › Responses
A list of subscriptions
id^\d+$A unique record identifier
administration_id^\d+$A unique record identifier
start_dateend_datefrequencyfrequency_typereferencecancelled_atproduct_id^\d+$A unique record identifier
contact_id^\d+$A unique record identifier
contact_person_id^\d+$A unique record identifier
recurring_sales_invoice_id^\d+$A unique record identifier
Create a new subscription
Starts a new subscription for the given contact. The product_id points to a product with a frequency, price and description.
A recurring sales invoice is automatically created to bill the contact for the given frequency. The first invoice will be sent on the
start date, but no sooner than tomorrow. The reference will be added to the sales invoices.
Optionally you can create a subscription with a different frequency than stored in the product. Make sure the frequency of the product and the provided frequency are compatible. E.g. you can bill a monthly product yearly.
path Parameters
administration_id^\d+$ · requiredThe unique identifier of the administration
A unique record identifier
format^(.(json|xml))?$ · requiredThe format in which the response is given, can be empty to use the default format
Create a new subscription › Responses
Subscription created
id^\d+$A unique record identifier
administration_id^\d+$A unique record identifier
start_dateend_datefrequencyfrequency_typereferencecancelled_atproduct_id^\d+$A unique record identifier
contact_id^\d+$A unique record identifier
contact_person_id^\d+$A unique record identifier
recurring_sales_invoice_id^\d+$A unique record identifier