Schedules
Schedules define the amount, token and frequency of the recurring payment. You can create a schedule using the web app.
Get a list of schedules
GET
https://api.8pay.network/v1/:chain/scheduled-payments/schedules
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 |
to | number | filter by |
sort | string | |
transactionHash | string | filter by |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer <api-key> |
Get a schedule
GET
https://api.8pay.network/v1/:chain/scheduled-payments/schedules/:scheduleId
Path Parameters
Name | Type | Description |
---|---|---|
scheduleId | string | ID of the schedule |
chain | string |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer <api-key> |
Last updated