A SEPA Direct Debit return notification was created because a SEPA Direct Debit collection from a customer's account did not meet the payment acceptance criteria, which led to Solaris declining the transaction. The payload will contain information about the SDD return, including its return code.
- SEPA_SCHEDULED_TRANSACTION
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Unique reference that identifies a party collecting payments under the SEPA Direct Debit scheme within and across 32 countries. See the Deutsche Bundesbank's definition of creditor identifier for more information.
Reference of the mandate. Must be unique for the creditor identifier.
SEPA identifier provided by the transaction initiator, which will be routed throughout the whole payment process.
The timestamp from when the return was recorded.
Specifies whether the customer is a Person or Business.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/sepa_direct_debit_return
{ "id": "257eb92c4656691fd02d3de1fa88b9f5csdr", "creditor_iban": "DE32110101001000000029", "creditor_name": "Peter Mustermann", "creditor_identifier": "DE98ZZZ09999999999", "mandate_reference": "SOBKTEST", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "end_to_end_id": "DD-12-28.05.2018", "sepa_return_code": "MD01", "description": "string", "recorded_at": "2018-08-12T13:58:58.000Z", "customer_id": "74c586d116e7dcd138af3dd5d754f2abcper", "customer_type": "Person", "account_id": "3eb274b98be7afb13d91acb8ae53901ecacc" }
The account ID associated with the standing order.
UTC timestamp from when the transaction was processed.
Optional reference for the transaction. Will act as an idempotency key.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/sepa_scheduled_transaction
{ "id": "c14ed45ced80f17a1ecc62214db2738ccsto", "account_id": "008cad63f317721e582ba99eefff219fcacc", "processed_at": "2017-10-21T00:50:00.438Z", "reference": "Reference-56eb879fae8faa2f6d14f87161cst", "source": "standing_order", "source_id": "c14ed45ced80f17a1ecc62214db2738ccsto", "status": "EXECUTED", "decline_reason": [], "transaction_id": "49a57d88276df2e440cdd2e7eec291ctrx" }
The ID of the standing order that has been canceled.
The reference ID of the standing order that has been canceled.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/sepa_standing_order
{ "id": "8b5c66882e8ab88369002f5da2659ec5csto", "reference": "dsf2r3raedfs3fsf342fctrx", "status": "CANCELED", "account_id": "bb8a31f9fb313e6f8cc3859a2c2ea625cacc" }