POST
/
api
/
service
/
webhook-event
/
mandate-setup-failed
curl --request POST \
  --url https://{yourDomain}/api/service/webhook-event/mandate-setup-failed \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "type": "mandate_setup_failed",
  "date": "<string>",
  "payload": {
    "referenceId": "<string>",
    "existingMandateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "error": {
      "code": "<string>",
      "message": "<string>"
    }
  }
}'

Body

application/json

Data of the webhook event

The body is of type object.

Response

200

OK