v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Schedules

Execute pre-schedule

Execute the pre-schedule.

This endpoint generates the Scheduled payment executed event.

post/v1/accounts/{accountId}/pre-schedules/{scheduleId}/execute

Request body

pismo_metadatastring

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.

Example request

{
  "pismo_metadata": "{ \"key\": \"value\"}"
}

Response

Accepted

codestring

Error code

messagestring

Error message

Example response

{
  "code": "EPDA0001",
  "details": {
    "external": [
      {
        "code": "PBE315",
        "message": "Generic error"
      }
    ],
    "parameters": [
      {
        "field": "query parameter",
        "message": "Generic error"
      }
    ],
    "payload": [
      {
        "field": "Entity.field",
        "message": "Generic error"
      }
    ]
  },
  "message": "User not found"
}