This release comes with three new features. Firstly, monthly plans are now supported on Connect. Secondly, it is possible to create subscriptions with a customised expiry date. To do this, when the order is being created, the expiration_date must be provided in the order body. Finally, a new endpoint for expiring active subscriptions has been added.
6 posts tagged with "orders"
View All TagsConnect-api v2 Now Available
Release of connect-api v2, which includes: support for physical SIMs, list orders, and addition of Hypertext Application Language to our response objects. All the endpoints from v2 have been redone. Several performance improvements have been added.
Delete SIM and Cancel Order
New delete SIM endpoint allow us to delete a SIM and consequently cancel an order. With this new feature it becomes possible to automate most of the refund use-cases by cancelling an order and deleting the eSIM profile and subscriptions associated with it.
QRcode Generation
Each new completed activation order is now returning a QRCode url which contains a QRCode image that can easily be used to install a new eSIM on a iOS or Android device.
Push Install feature
This release comes with one big new feature called Push Install. This adds a new profile installation method to our platform which doesn’t require a QRCode nor direct LPA integration with our SDKs. The way it works is that when ordering a new profile you can specify the EID of the target device, with this information Connect is able to send a push notification to the that same device that triggers the profile installation process for the user. At the moment this will only be supported for iOS devices, but we are working on adding support for Android in the future.
Update Orders Endpoints
Create order endpoint was refactored to no longer support some unused parameters, as well as replacing some response fields.