v1

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

List schedule executions

List account schedule executions.

get/v1/accounts/{accountId}/schedules/{scheduleId}/executions

Response

Request was processed successfully, existing executions with the corresponding schedule ID returned.

has_nextboolean

Whether there are more pages after the current page (true) or not (false).

next_cursorstring nullable

Cursor value for the next page

countinteger

Number of items

Example response

{
  "has_next": true,
  "next_cursor": "MEgCQQCo9+BpMRYQ/dL3DS2CyJxRF+j6ctbT3/Qp84+KeFhnii7NT7fELilKUSnxS30WAvQCCo2yU1orfgqr41mM70MBAgMBAAE=",
  "count": 1,
  "items": [
    {
      "execution_id": 2,
      "account_id": 6912345,
      "schedule_id": "eec3df75-629d-43dc-8eb7-e3b186188341",
      "execution_status": "PENDING",
      "authorizations": [
        {
          "id": 1099901,
          "role_type": "SECONDARY_INSTALLMENT",
          "created_at": "2024-09-12T16:46:16.43663522",
          "updated_at": "2024-09-12T16:46:16.43663522",
          "account_id": 6912345,
          "recurrence_id": "RN000000012025050500012345678",
          "expiration_date": "2803",
          "provider_created_at": "2024-09-12T16:46:16.43663522",
          "provider_updated_at": "2024-09-12T16:46:16.43663522",
          "max_payment_amount": 86753.09,
          "reason_code": "AC01",
          "payer": {
            "document_number": "7777888hh",
            "document_type": "NATURAL_PERSON",
            "name": "Paul Bearer",
            "bank": "237",
            "branch": "011",
            "account_number": "98765432",
            "account_type": "TRAN",
            "city_code": "3550308"
          },
          "rec_payload": {
            "recurrence_id": "RN000000012025050500012345678",
            "contract_id": "5509-uroo-78944-9987",
            "description": "Gym membership",
            "amount": 215,
            "min_payment_amount": 10.09,
            "frequency_type": "MONTH",
            "first_payment_date": "2025-04-25",
            "payee": {
              "name": "Paul Bearer",
              "document_number": "7777888hh",
              "document_type": "NATURAL_PERSON",
              "bank": "237",
              "branch": "011",
              "account_number": "98765432",
              "account_type": "TRAN"
            },
            "debtor": {
              "document_number": "7777888hh",
              "document_type": "NATURAL_PERSON",
              "name": "Paul Bearer"
            }
          }
        }
      ]
    }
  ]
}