Mandates
Create mandate for customer
post
https://rcur.app/api/v2/customers/{customerId}/mandates
Requires your API key as Authorization: Bearer <key>. See authentication.
Path parameters
-
customerIdstring required
Request body
application/jsonMandate data
-
consumer_namestring requiredConsumer name
-
consumer_accountstring requiredIBAN account number
-
custom_mandate_referencestringCustom mandate reference
Responses
200 Mandate details Mandate object
-
idstring required -
methodstring requiredOne of
directdebitcreditcard -
statusstring requiredOne of
validinvalidpending -
custom_mandate_referencestring nullable -
signature_datestring nullable -
detailsobject required8 child attributes
-
consumer_namestring nullable -
consumer_accountstring nullable -
consumer_bicstring nullable -
card_holderstring nullable -
card_numberstring nullable -
card_expiry_datestring nullable -
card_labelstring nullable -
card_fingerprintstring nullable
-
404 Resource not found Error object
-
statusinteger required -
errorstring required
422 Validation error ValidationError object
-
statusinteger required -
errorstring required -
fieldsobject