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
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
Request Body
{"sort_code"=>"010203", "account_number"=>"12345678", "account_name"=>"MR E JOHNSON"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |