Subscription API
An overviewSubscription API - Create subscription
Add a subscription with payment details, will not be completed/registered as a completed subscription until subscription/payment
has been called.
Subscription API - Get packages
Receive a list of all the active packages and their price in the provided pricelist.
Read moreSubscription API - Get subscription
Return subscription by specified id.
Read moreSubscription API - Get subscriptions
Receive a list of all subscriptions for the customer.
Read moreSubscription API - Register payment
This will complete the subscription. Often called when user comes back to payment_url from /subscription/order. All GET/POST-params sent by the payment plugin needs to be attached to this call.
Read moreSubscription API - Update subscription
Update a subscription.
Read more