Supported webhooks
v1/sepa-direct-debit-mandates
OAuth scope: sepa_direct_debit.read
Webhook that delivers events related to SEPA Direct Debit mandates.
Supported events:
accepted— The mandate has been signed by the debtor.
WEBHOOK
This topic delivers events related to SEPA Direct Debit mandates.
Event:
accepted — The mandate has been signed by the debtor.
The data.id field is the mandate ID.
Authorizations
The signature header follows the format t={timestamp},v1={signature}.
Verification steps:
- Extract the timestamp and signature from the signature header
- Reject the request if the timestamp is older than 5 minutes
- Recreate the signed payload: '{timestamp}.{raw_request_body}'
- Compute HMAC-SHA256 of the signed payload using your webhook secret as the key
- Compare the computed signature with the one in the header
Body
application/json
Webhook payload for topic v1/sepa-direct-debit-mandates.
Response
200
Webhook received successfully