Cancellation
Customers can cancel a schedule anytime from the web app and it will not be executed again.
Get cancellation of a schedule
GET
https://api.8pay.network/v1/:chain/scheduled-payments/schedules/:scheduleId/cancellation
Path Parameters
Name | Type | Description |
---|---|---|
scheduleId | string | ID of the schedule |
chain | string |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer <api-key> |
Last updated