---
title: "Execute pre-schedule"
method: POST
path: "/v1/accounts/{accountId}/pre-schedules/{scheduleId}/execute"
tags: ["Schedules"]
---

# Execute pre-schedule

`POST /v1/accounts/{accountId}/pre-schedules/{scheduleId}/execute`

Execute the pre-schedule.

This endpoint generates the [Scheduled payment executed](https://developers.pismo.io/events/docs/scheduler-payments-scheduled-payments-execution-1) event.

## Request body

- ExecuteRequest — Request to execute an existing pre-schedule
  - `pismo_metadata` string — Any data object with key/value pairs. No limit on length. **Note**: This field must not be used to send Personally Identifiable Information (PII), Payment Card Industry (PCI) data, or any sensitive/regulated information. Metadata fields are intended for operational, non-sensitive data only. For sensitive data, use the specific parameters designed for that purpose. For more information, refer to [Get started with Pismo APIs](https://developers.pismo.io/pismo-docs/reference/get-started-with-pismo-apis#metadata).

## Response `202`

Accepted

- MessageMessage
  - `code` string — Error code
  - `details` MessageDetailMessage
    - `external` MessageExternalMessage[]
      - `code` string, required — Error code
      - `message` string, required — Error message
    - `parameters` MessageParameterMessage[]
      - `field` string, required — Parameter in error
      - `message` string, required — Error message
    - `payload` MessagePayloadMessage[]
      - `field` string, required — Field in error
      - `message` string, required — Error messsage
  - `message` string — Error message

## Other responses

- `400` — Bad request
- `403` — The request has been lost
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
