This webhook is triggered when a trusted IBAN is confirmed. The webhook contains information about the IBAN that was trusted and who approved the action.
- (Legacy) BUSINESS_DIRECT_DEBIT_PROFILE_BLOCK_CANCELLED
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
The unique identifier of the trusted IBAN. This ID is used to reference the trusted IBAN in other API calls.
The International Bank Account Number (IBAN) that has been trusted. This is the account number that will be used for transactions.
The unique identifier of the account associated with the trusted IBAN. This ID is used to reference the account in other API calls.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/TRUSTED_IBAN_CONFIRMED
{ "id": "60d277e8-36dc-4ecb-8842-6b61977cba52", "iban": "DE89370400440532013000", "account_id": "46b3938833cbad04c394e5a08da9ec58cacc", "approved_by": "fa74fe785db7e128ddfcc1eec18fbb6ccper" }
Indicates whether or not the SEPA Direct Debit profile has been accepted and whether or not it is active.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/business_direct_debit_profile_block_cancelled
{ "id": "3cab044cedf84443841d489547177469", "status": "ACCEPTED", "status_reasons": "string", "collection_limit": { "value": 5000, "unit": "cents", "currency": "EUR" } }
Indicates whether or not the SEPA Direct Debit profile has been accepted and whether or not it is active.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/business_direct_debit_profile_block_scheduled
{ "id": "3cab044cedf84443841d489547177469", "status": "ACCEPTED", "status_reasons": "string", "collection_limit": { "value": 5000, "unit": "cents", "currency": "EUR" } }