Skip to main content

Main endpoints overview

Create your first subscription

Create subscription endpoint


{
"order_date": "2025-01-01",
"order_reference": "123456",
"order_currency": "EUR",
"order_amount": 45,
"items": [
{
"number": "000001",
"label": "item1 description",
"insurance_amount": 5,
"price": 40
}
],
"buyer_email": "johndoe@example.com",
"buyer_firstname": "John",
"buyer_lastname": "Doe"
}

If you prefer sending us a group of subscriptions, you can use the bulk endpoint

Update a subscription

If orders with insurance can be modified, you must send us changed informations, including

  • date change,
  • addition/deletion of items,
  • price change
  • subscriber information change

If the amount of the order has changed (increase or decrease):

  • You must recalculate the insurance, invoice the customer for the additional amount or refund the difference.
  • Then, send us the information relating to the change in the amount of insurance.
Update subscription endpoint