Subscriptions
Subscriptions allow you to charge customers on a recurring basis. Customers can subscribe through 8Pay’s hosted checkout pages that can be reached by embedded buttons, short urls and QR codes.
Subscriptions can be in two different statuses:
ACTIVE
: user can be charged for its usageCANCELLED
: the subscription was cancelled by the userTERMINATED
: the subscription was terminated by the vendor
get
https://api.8pay.network
/v1/:chain/on-demand/subscriptions
Get a list of subscriptions
get
https://api.8pay.network
/v1/:chain/on-demand/plans/:planId/subscriptions
Get subscriptions of a plan
get
https://api.8pay.network
/v1/bsc/on-demand/subscriptions/:subscriptionId
Get a subscription
Last modified 5mo ago