POST
/
api
/
service
/
webhook-event
/
mandate-setup-started
curl --request POST \
  --url https://{yourDomain}/api/service/webhook-event/mandate-setup-started \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "type": "mandate_setup_started",
  "date": "<string>",
  "payload": {
    "referenceId": "<string>",
    "reference": "<string>",
    "userNotificationEmail": "<string>",
    "signature": {
      "ip": "<string>",
      "signedAt": "<any>",
      "token": "<string>"
    },
    "creditor": {
      "id": "<string>",
      "name": "<string>",
      "address": {
        "street": "<string>",
        "city": "<string>",
        "postalCode": "<string>",
        "country": "<string>"
      }
    }
  }
}'

Body

application/json

Data of the webhook event

The body is of type object.

Response

200

OK