# (Legacy) Timed orders ## Create a timed order - [POST /v1/persons/{person_id}/accounts/{account_id}/timed_orders](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/(legacy)-timed-orders/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1timed_orders/post.md): Creates a timed order from the account specified in the request URL to the recipient specified in the request body. Timed orders are executed every day from 7:00 to 20:00 on each hour. Most timed orders are executed at 7:00, but all timed orders created on the same day as their execution date will be executed at the next available hour. : This call triggers the change request process. ## Index timed orders for a given account - [GET /v1/persons/{person_id}/accounts/{account_id}/timed_orders](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/(legacy)-timed-orders/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1timed_orders/get.md): Returns an array containing all timed orders from the account specified in the request URL. ## Retrieve a timed order - [GET /v1/persons/{person_id}/accounts/{account_id}/timed_orders/{id}](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/(legacy)-timed-orders/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1timed_orders~1%7Bid%7D/get.md): Displays information about the timed order specified in the request URL. The response includes the related SEPA Credit Transfer. ## Cancel a timed order - [PATCH /v1/persons/{person_id}/accounts/{account_id}/timed_orders/{id}/cancel](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/(legacy)-timed-orders/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1timed_orders~1%7Bid%7D~1cancel/patch.md): Cancels the timed order specified in the request URL. The of the timed order will change to , and the scheduled transaction will never be executed. ## Authorize a timed order (deprecated) - [POST /v1/persons/{person_id}/accounts/{account_id}/timed_orders/{id}/authorize](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/(legacy)-timed-orders/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1timed_orders~1%7Bid%7D~1authorize/post.md): Deprecated method. Timed orders are now authorized using the change request process. ## Confirm a timed order (deprecated) - [POST /v1/persons/{person_id}/accounts/{account_id}/timed_orders/{id}/confirm](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/(legacy)-timed-orders/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1timed_orders~1%7Bid%7D~1confirm/post.md): Deprecated method. Timed orders are now confirmed using the change request process.