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 four different statuses:
ACTIVE
: the current cycle was paidEXPIRED
: the latest cycle is over, a payment is due for the next oneCANCELLED
: the subscription was cancelled by the userTERMINATED
: the subscription was terminated by the vendor
get
https://api.8pay.network
/v1/:chain/fixed-recurring/subscriptions
Get a list of subscriptions
get
https://api.8pay.network
/v1/:chain/fixed-recurring/plans/:planId/subscriptions
Get subscriptions of a plan
get
https://api.8pay.network
/v1/:chain/fixed-recurring/subscriptions/:subscriptionId
Get a subscription
Last modified 1mo ago