Create mandate
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "mdt_f8D2mMkVk",
"method": "directdebit",
"status": "valid",
"custom_mandate_reference": null,
"signature_date": "2024-03-27",
"details": {
"consumer_name": "John Doe",
"consumer_account": "NL18RABO0123459876",
"consumer_bic": "RABONL2U",
"card_holder": null,
"card_number": null,
"card_expiry_date": null,
"card_label": null,
"card_fingerprint": null
}
}{
"status": 422,
"error": "Could not create mandate. Some fields contain invalid data",
"fields": {
"consumer_name": [
"The consumer name field is required."
]
}
}Last updated