---
title: "Get standing orders"
method: GET
path: "/accounts/{account_id}/standing_orders"
tags: ["Accounts"]
---

# Get standing orders

`GET /accounts/{account_id}/standing_orders`

Get standing orders for specified account

## Path parameters

- `account_id` string, required

## Query parameters

- `async` 'true'
- `webhook_uri` string, uri

## Headers

- `X-Client-Correlation-Id` string
- `X-PSU-IP` string

## Response `200`

OK

- object
  - `results` AccountStandingOrder[]
    - `frequency` string, required — Frequency of the standing order. Possible values:<br/> `EvryDay` - every day<br/> `EvryWorkgDay` - every working day<br/> `IntrvlDay:XX` - every XX calendar day<br/> `IntrvlMnthDay:XX:YY` - every XXth month on the YYth day of the month<br/> `IntrvlWkDay:XX:YY` - every XXth week, on the YYth day of the week<br/> `QtrDay` - quarterly `WkInMnthDay:XX:YY` - every month, on the XXth week of the month and on the YYth day of the week.
    - `status` 'Active' | 'Inactive'
    - `timestamp` string, required — Date and time the request was made.
    - `currency` 'GBP' | 'EUR'
    - `meta` object
      - `provider_account_id` string
    - `next_payment_date` string, datetime — The date on which the next payment for the standing order schedule will be made.
    - `next_payment_amount` string — Amount of the next payment for the standing order
    - `first_payment_date` string, datetime — The date on which the first payment for the standing order schedule will be or was made.
    - `first_payment_amount` string — Amount of the first payment for the standing order.
    - `final_payment_date` string, datetime — The date on which the next payment for a Standing Order schedule will be made.
    - `final_payment_amount` string — Amount of the last payment for the standing order.
    - `payee` string — Payee of the standing order set by the user.
    - `reference` string — Reference of the standing order set by the user.
  - `status` 'Succeeded' | 'Queued' | 'Running' | 'Failed' — Indicates whether the request was successful. 'Queued', 'Running' and 'Failed' can be returned for async requests

## Other responses

- `202` — Accepted
- `401` — Unauthorized
- `403` — Access denied
- `404` — Not Found
- `429` — Rate limit exceeded
- `500` — Internal Server Error
- `501` — Not implemented
- `503` — Service unavailable
- `504` — Gateway timeout

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/revisions/5f6051515b2c/schema)
