8Pay
Search
⌃K

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 three different statuses:
  • ACTIVE: a cycle is in progress, no payment is due
  • EXPIRED: the latest cycle is over and billing can be triggered
  • CANCELLATION_REQUESTED: user has requested cancellation and he’s waiting for vendor’s action
  • CANCELLED: the subscription was cancelled by the user
  • TERMINATED: the subscription was terminated by the vendor
get
https://api.8pay.network
/v1/:chain/variable-recurring/subscriptions
Get a list of subscriptions
get
https://api.8pay.network
/v1/:chain/variable-recurring/plans/:planId/subscriptions
Get subscriptions of a plan
get
https://api.8pay.network
/v1/:chain/variable-recurring/subscriptions/:subscriptionId
Get a subscription
Last modified 1mo ago