# Scheduled Payments

Scheduled Payments empower users to automate their payments, ensuring funds are sent at specific times without the need for manual intervention. Whether it's a one-time scheduled payment or at regular intervals, such as monthly payrolls, this feature streamlines the payment process, enhancing convenience, efficiency, and helping users stay on top of their financial obligations.

## Schedules

Schedules define the amount, token and frequency of the recurring payment. You can create a schedule using the web app.

{% content-ref url="scheduled-payments/schedules" %}
[schedules](https://docs.8pay.network/api/scheduled-payments/schedules)
{% endcontent-ref %}

## Executions

A schedule can be executed once or multiple times depending on its frequency.

In order for executions to be performed, the user will need to have enough funds on its [Gas Wallet](https://docs.8pay.network/advanced-features/gas-wallet) to pay for blockchain fees.

An execution can fail if the sender hasn’t got enough funds on his wallet. In that case 8Pay will retry every 6 hours.

{% content-ref url="scheduled-payments/executions" %}
[executions](https://docs.8pay.network/api/scheduled-payments/executions)
{% endcontent-ref %}

## Cancellation

Customers can cancel a schedule anytime from the web app and it will not be executed again.

{% content-ref url="scheduled-payments/cancellation" %}
[cancellation](https://docs.8pay.network/api/scheduled-payments/cancellation)
{% endcontent-ref %}
