---
title: "Fetch pending SEPA Direct Debits for an account"
method: GET
path: "/v1/accounts/{account_id}/incoming_sepa_direct_debits/scheduled"
tags: ["SEPA Direct Debits"]
---

# Fetch pending SEPA Direct Debits for an account

`GET /v1/accounts/{account_id}/incoming_sepa_direct_debits/scheduled`

Returns an array containing all upcoming pending SDDs for the specified account for which we've been notified about by any creditor bank, including Solaris.  This endpoint will not return SDDs that have been already executed.

## Path parameters

- `account_id` string, required

## Query parameters

- `page[number]` string
- `page[size]` string

## Response `200`

Successfully fetched the Pending SDDs.

- object[] — An array containing all the pending SDD transactions for an account.
  - `description` string — A description for the SDD transaction, which is visible to the customer.
  - `purpose_code` string — Purpose of the transaction.
  - `end_to_end_id` string — Reference for transaction.
  - `transaction_id` string — Unique ID of the transaction. Same as the transaction ID in the booking resource.
  - `valuta_date` string, date — The transaction date.
  - `amount` object — The amount of the SDD transaction in Euro cents.
    - `value` integer
    - `unit` string
    - `currency` string
  - `creditor_name` string — The name of the creditor.
  - `creditor_iban` string — The creditor IBAN.
  - `creditor_bic` string — The creditor BIC.
  - `debtor_name` string — The name of the debtor.
  - `debtor_iban` string — The debtor IBAN.
  - `debtor_bic` string — The debtor BIC.
  - `requested_collection_date` string, date — The date on which the SDD transaction will be collected.
  - `collection_sequence` 'FRST' | 'RCUR' | 'OOFF' | 'FNAL' — The sequence of the SDD collection.
  - `mandate_scheme` 'CORE' | 'B2B'
  - `mandate_creditor_id` string — The unique ID of the creditor mandate.
  - `mandate_date_of_signature` string, date — The date on which the customer signed the SDD mandate.
  - `mandate_reference` string — Reference value for the SDD mandate.

## Other responses

- `404` — The account could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/sepa-transfers.md) · [All operations](https://skmtc.net/solarisgroup/apis/sepa-transfers/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/sepa-transfers/revisions/f1fef352d976/schema)
