Logo
Acquired.com API API Documentation

Create a mandate

POST {{url}}:customer_id/mandates

Create a mandate associated to a customer_id.

If you are creating a mandate for a new customer, submit a request to the /customers endpoint first, and then append the returned customer_id to the url path. For existing customers, simply append the customer_id to your mandate request.

https://docs.acquired.com/reference/create-a-mandate

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://test-api.acquired.com/v1/:customer_id/mandates' -d '{"mandate_type":"direct_debit","sort_code":"123456","account_number":"87654321","account_name":"Mr E Johnson","reference":"Custom Ref 001"}'

ENDPOINTS