Initiates a SEPA Direct Debit from the debtor specified in the request body to the freelancer's account specified in the request URL.
SEPA transfers (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/
The content of the request.
UUID reference for the transaction. Acts as an idempotency key.
The amount to debit from the debtor.
A description for the transaction, which will be visible to the customer and the debtor.
The date on which to execute the SEPA Direct Debit.
Object containing information about the direct debit mandate.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/accounts/{account_id}/transactions/sepa_direct_debit
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "reference": "f69f6431-bfb7-4c7e-81ba-8a4f023362c2", "amount": { "value": 1000, "currency": "EUR", "unit": "cents" }, "description": "Example transaction", "collection_date": "2016-02-11T00:00:00.000Z", "mandate": { "reference": "1", "creditor_identifier": "DE98ZZZ09999999999", "scheme": "B2B", "sequence_type": "ONE_OFF", "signature_date": "2016-02-02T00:00:00.000Z", "debtor_name": "Hans Mustermann", "debtor_iban": "DE32110101001000000029", "debtor_bic": "COBADEFFXXX" }, "end_to_end_id": "ABC123" }
Successful result of the operation
The status of the SDD transaction.
Optional reference for the transaction. Acts as an idempotency key.
Optional description for the transaction, which will be visible to the debtor. Limited to 140 characters. Please note the SEPA character restrictions.
The date on which to collect the direct debit. The default value is the day after the current day. The latest possible date is 14 calendar days in the future.
SEPA identifier provided by the transaction initiator, which will be routed throughout the whole payment process. Please note the SEPA character restrictions.
{ "id": "074ff24d187a014f42d5694b13e9cf1fctrx", "status": "accepted", "reference": "8880a72c-2675-482d-8d88-70a02c608592", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "description": "string", "collection_date": "2021-02-11T00:00:00.000Z", "mandate": { "reference": "dsf2r3raedfs3fsf342fctrx", "creditor_identifier": "DE98ZZZ09999999999", "scheme": "string", "sequence_type": "string", "signature_date": "2017-10-02T16:12:41Z", "debtor_name": "Hans Mustermann", "debtor_iban": "DE29300400000180478000", "debtor_bic": "COBADEFFXXX" }, "end_to_end_id": "END2ENDREJ" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/accounts/{account_id}/transactions/sepa_direct_debit/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
The status of the SDD transaction.
Optional reference for the transaction. Acts as an idempotency key.
Optional description for the transaction, which will be visible to the debtor. Limited to 140 characters. Please note the SEPA character restrictions.
The date on which to collect the direct debit. The default value is the day after the current day. The latest possible date is 14 calendar days in the future.
SEPA identifier provided by the transaction initiator, which will be routed throughout the whole payment process. Please note the SEPA character restrictions.
{ "id": "074ff24d187a014f42d5694b13e9cf1fctrx", "status": "accepted", "reference": "8880a72c-2675-482d-8d88-70a02c608592", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "description": "string", "collection_date": "2021-02-11T00:00:00.000Z", "mandate": { "reference": "dsf2r3raedfs3fsf342fctrx", "creditor_identifier": "DE98ZZZ09999999999", "scheme": "string", "sequence_type": "string", "signature_date": "2017-10-02T16:12:41Z", "debtor_name": "Hans Mustermann", "debtor_iban": "DE29300400000180478000", "debtor_bic": "COBADEFFXXX" }, "end_to_end_id": "END2ENDREJ" }
The content of the request.
The amount to debit from the external account.
Optional description for the transaction, which will be visible to the debtor. Limited to 140 characters.
The date on which to collect the direct debit. The default value is the day after the current day. The latest possible date is 14 calendar days in the future.
Object containing information about the direct debit mandate.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/accounts/{account_id}/transactions/sepa_direct_debit
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "reference": "", "amount": { "value": 1000, "currency": "EUR", "unit": "cents" }, "description": "Example transaction", "collection_date": "2016-02-11T00:00:00.000Z", "mandate": { "reference": "1", "creditor_identifier": "DE98ZZZ09999999999", "scheme": "B2B", "sequence_type": "ONE_OFF", "signature_date": "2016-02-02T00:00:00.000Z", "debtor_name": "Hans Mustermann", "debtor_iban": "DE32110101001000000029", "debtor_bic": "COBADEFFXXX" }, "end_to_end_id": "ABC123" }
Successful result of the operation
The status of the SDD transaction.
Optional reference for the transaction. Acts as an idempotency key.
Optional description for the transaction, which will be visible to the debtor. Limited to 140 characters. Please note the SEPA character restrictions.
The date on which to collect the direct debit. The default value is the day after the current day. The latest possible date is 14 calendar days in the future.
SEPA identifier provided by the transaction initiator, which will be routed throughout the whole payment process. Please note the SEPA character restrictions.
{ "id": "074ff24d187a014f42d5694b13e9cf1fctrx", "status": "accepted", "reference": "8880a72c-2675-482d-8d88-70a02c608592", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "description": "string", "collection_date": "2021-02-11T00:00:00.000Z", "mandate": { "reference": "dsf2r3raedfs3fsf342fctrx", "creditor_identifier": "DE98ZZZ09999999999", "scheme": "string", "sequence_type": "string", "signature_date": "2017-10-02T16:12:41Z", "debtor_name": "Hans Mustermann", "debtor_iban": "DE29300400000180478000", "debtor_bic": "COBADEFFXXX" }, "end_to_end_id": "END2ENDREJ" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/accounts/{account_id}/transactions/sepa_direct_debit/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
The status of the SDD transaction.
Optional reference for the transaction. Acts as an idempotency key.
Optional description for the transaction, which will be visible to the debtor. Limited to 140 characters. Please note the SEPA character restrictions.
The date on which to collect the direct debit. The default value is the day after the current day. The latest possible date is 14 calendar days in the future.
SEPA identifier provided by the transaction initiator, which will be routed throughout the whole payment process. Please note the SEPA character restrictions.
{ "id": "074ff24d187a014f42d5694b13e9cf1fctrx", "status": "accepted", "reference": "8880a72c-2675-482d-8d88-70a02c608592", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "description": "string", "collection_date": "2021-02-11T00:00:00.000Z", "mandate": { "reference": "dsf2r3raedfs3fsf342fctrx", "creditor_identifier": "DE98ZZZ09999999999", "scheme": "string", "sequence_type": "string", "signature_date": "2017-10-02T16:12:41Z", "debtor_name": "Hans Mustermann", "debtor_iban": "DE29300400000180478000", "debtor_bic": "COBADEFFXXX" }, "end_to_end_id": "END2ENDREJ" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/accounts/{account_id}/incoming_sepa_direct_debits/scheduled
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successfully fetched the Pending SDDs.
A description for the SDD transaction, which is visible to the customer.
Unique ID of the transaction. Same as the transaction ID in the booking resource.
The date on which the SDD transaction will be collected.
The sequence of the SDD collection.
The date on which the customer signed the SDD mandate.
[ { "description": "inv:123cust:456", "purpose_code": "SALA", "end_to_end_id": "REFX123X123X456", "transaction_id": "49a57d88276df2e440cdd2e7eec291ctrx", "valuta_date": "2024-12-12", "amount": { … }, "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" } ]