subscriptions
📄️ Generate checkoutUrl (subscriptions.createApiCheckoutUrl) [autoAlias]
Generates a url with which the shopper can do the checkout process
📄️ (subscriptions.reactivate) [autoAlias]
(subscriptions.reactivate)
📄️ (subscriptions.retry) [autoAlias]
(subscriptions.retry)
📄️ Updates a subscription (subscriptions.patchApiSub) [autoAlias]
Update subscription's status and set its resuming date (if being paused), which indicates the date on which the subscription will automatically resume.
📄️ Confirms price of a subscription (subscriptions.confirmPrice) [autoAlias]
Confirms price of a subscription and executes its payment depending of payday and shopper confirmation policy
📄️ (subscriptions.externalChargeUser) [autoAlias]
(subscriptions.externalChargeUser)
📄️ Creates a subscription with single or multiple products (subscriptions.createApiSub) [autoAlias]
Creates products (if not existent) and subscribes user to them.
📄️ Lists subscriptions of a user (subscriptions.listApiSub) [autoAlias]
Lists subscriptions by user's email or taxId and sub's statuses (active, paused, failed attempt 1..3, failed, completed, canceled)