ID of the SDD collection application.
- SEPA_CREDIT_TRANSACTION_DECLINED
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
To start receiving updates about application Decoupled Cards product.
ID of the person who created the SDD collection application.
The credit_record_id
of the SDD collection application.
ID of the relevant account snapshot record.
The decision taken on the SDD collection application.
An array of reasons why the SDD collection application was rejected.
UTC timestamp from when the application was created.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/SDD_COLLECTION_APPLICATION
{ "id": "dec2961f594045159195ca66e55fd6ea", "person_id": "ec71f4b0456b424b97cc8be75b2c77d4", "credit_record_id": "84f468eacc7a4784ba0d4b0b577a9265", "sdd_collection_id": "c06fbfcc98b04376a9f220c4578932e4", "account_snapshot_id": "973a5f01ed7a416fadfed954c5bce782", "status": "pending", "decision": "OFFERED", "rejection_reasons": [ "probability_of_default" ], "created_at": "2021-10-20T14:45:54Z", "limit": { "value": 10000, "unit": "cents", "currency": "EUR" } }
Optional unique reference. Used as an idempotency key.
Additional description about the transaction. Please note the SEPA character restrictions.
The recipient's name. Please note the SEPA character restrictions.
SEPA identifier provided by the transaction initiator, which will be routed throughout the whole payment process. Please note the SEPA character restrictions.
Unique ID of the schedule transfer.
UTC timestamp from when the transaction was created.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/sepa_credit_transaction_declined
{ "id": "45bd0881-a79a-4054-9286-f11060d5511f", "status": "declined", "reference": "8880a72c-2675-482d-8d88-70a02c608592", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "description": "string", "recipient_iban": "DE87110101001000057123", "recipient_name": "Max Mustermann", "recipient_bic": "SOBKDEB2XXX", "end_to_end_id": "END2ENDREJ", "schedule_id": "f874b3102718a4d757a6b6e4d599607csctr", "batch_id": "d6c778822b2d7bd3b778935bcfd0d1d3csc", "created_at": "2021-01-01T20:37:50Z", "rejection_reason": "string" }
The ID of the account on which the SDD transaction was scheduled.
The collection sequence of the SDD transaction.
Unique ID of the transaction. Same as the transaction ID in the booking resource.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/SEPA_DIRECT_DEBIT_TRANSACTION_SCHEDULED
{ "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "collection_sequence": "FRST", "amount": { "value": 800, "unit": "cents", "currency": "EUR" }, "valuta_date": "2019-08-24", "description": "inv:123cust:456", "end_to_end_id": "REFX123X123X456", "transaction_id": "E8B845AC29AD49D294FC833A0342FE5A", "creditor_id": "DE00ZZZ00000000005", "creditor_name": "Vodafone GmbH", "creditor_iban": "DE84110101019999999999", "creditor_bic": "BANKDEBBXXX", "debtor_name": "Bob Mustermann", "debtor_iban": "DE75110101013333333333", "debtor_bic": "SOBKDEB2XXX" }