POST
/
api
/
service
/
webhook-event
/
mandate-setup-succeeded
curl --request POST \
  --url https://{yourDomain}/api/service/webhook-event/mandate-setup-succeeded \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "type": "mandate_setup_succeeded",
  "date": "<string>",
  "payload": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "referenceId": "<string>",
    "reference": "<string>",
    "signature": {
      "ip": "<string>",
      "signedAt": "<any>",
      "token": "<string>"
    },
    "creditor": {
      "id": "<string>",
      "name": "<string>",
      "address": {
        "street": "<string>",
        "city": "<string>",
        "postalCode": "<string>",
        "country": "<string>"
      }
    },
    "debtor": {
      "account": {
        "accountHolderName": "<string>",
        "iban": "<string>",
        "bic": "<string>"
      }
    }
  }
}'

Body

application/json

Data of the webhook event

The body is of type object.

Response

200

OK