GET https://rcur.app/api/v2/customers/{customerId}/mandates/{id}
GET
https://rcur.app/api/v2/customers/{customerId}/mandates/{id}
{customerId}*
String
The ID of the customer
{id}*
The ID of the mandate
{ "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": 404, "error": "Mandate not found" }
Last updated 3 months ago
Was this helpful?