We are introducing changes to the API that will make it easier to manage subscriptions:
- For the creation of new subscriptions,
subscription_id
andunique_id
will be removed and replaced withexternal_id
(required); and - For all other endpoints,
subscription_id
will be replaced withexternal_subscription_id
.
This will allow you to operate via the API using your own identifiers and save you the trouble for storing our IDs.
In addition to this, for consistency purposes:
- For the creation of new customers,
customer_id
will be replaced withexternal_id
; and - For all other endpoints,
customer_id
will be replaced withexternal_customer_id
.
These changes will come into effect on September 8, 2022.
Please get in touch with our team if you have any questions.