SEPA Direct Debits
Fetch pending SEPA Direct Debits for an account
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.
get/v1/accounts/{account_id}/incoming_sepa_direct_debits/scheduled
Path parameters
account_idstring required
Unique identifier of a customer's account.
Query parameters
page[number]string
Returns a specific page of results.
page[size]string
Determines the size of each page of results.
Response
Successfully fetched the Pending SDDs.
Example response
[
{
"description": "inv:123cust:456",
"purpose_code": "SALA",
"end_to_end_id": "REFX123X123X456",
"transaction_id": "49a57d88276df2e440cdd2e7eec291ctrx",
"valuta_date": "2024-12-12",
"amount": {
"value": 800,
"unit": "cents",
"currency": "EUR"
},
"creditor_name": "Alice Musterfrau",
"creditor_iban": "DE84110101019999999999",
"creditor_bic": "BANKDEBBXXX",
"debtor_name": "Bob Mustermann",
"debtor_iban": "DE75110101013333333333",
"debtor_bic": "SOBKDEB2XXX",
"requested_collection_date": "2024-12-10",
"collection_sequence": "FRST",
"mandate_scheme": "CORE",
"mandate_creditor_id": "DE00ZZZ00000000005",
"mandate_date_of_signature": "2024-12-10",
"mandate_reference": "M000000001"
}
]