Direct Debit Webhook API

This endpoint is used for subscribing to selected events related to Direct Debits in the FinologeeBKO platform.

It will be called by the FinologeeBKO platform every time such events occur.

Example of events

  • DIRECT_DEBIT_GROUP_COLLECTION_COMPLETED
  • DIRECT_DEBIT_GROUP_FAILED
  • DIRECT_DEBIT_GROUP_REJECTED
  • ...
Body Params

Abstract base schema for webhook payloads.
This schema should not be used directly but extended by specific payload types.

string

Unique identifier for this event

string
required

The context object of the event

string

The event type

date-time

When the event occurred

data
object
required

Details about the event

links
object
Headers
string
required

The HMAC-SHA256 signature of the request body, used to verify authenticity. Format: sha256=<base64_encoded_signature>.

Responses
200

Event processed successfully.

204

Event received but ignored (e.g., duplicate).

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json