Plans
Plans define the max billing amount, token and billing period for subscriptions to recurring services and products. You can create a plan using the web app.
Get a list of plans
GET
https://api.8pay.network/v1/:chain/variable-recurring/plans
Path Parameters
Name
Type
Description
chain
string
Query Parameters
Name
Type
Description
admin
string
filter by admin
receiver
string
filter by receiver
from
number
filter by createdAt
(default 0)
to
number
filter by createdAt
(default current timestamp)
sort
string
asc
or desc
(default desc
), sort based on createdAt
Headers
Name
Type
Description
Authorization
string
Bearer <api-key>
Get a plan
GET
https://api.8pay.network/v1/:chain/variable-recurring/plans/:planId
Path Parameters
Name
Type
Description
planId
string
ID of the plan
chain
string
Headers
Name
Type
Description
Authorization
string
Bearer <api-key>
Last updated