Logo
Acquired.com API API Documentation

Create a payee

POST {{url}}customers/:customer_id/payees

Create a new payee that will be stored against the customer profile.

https://docs.acquired.com/reference/create-payee

 

Body PARAM

Key Datatype Required Description 
null



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://test-api.acquired.com/v1/customers/:customer_id/payees?=' -H 'Content-Type: application/json' -d '{"sort_code":"010203","account_number":"12345678","account_name":"MR E JOHNSON"}'

ENDPOINTS