Number of APIs: 4
POST {{url}}customers
The purpose of creating a customer is so that everything can be linked back to a Creating a customer at the start of the process allows us to manage your customers for you.customer_id
. All transactions, payees, cards etc. are associated to a customer.
GET {{url}}customers
Returns a list of all customers. Customers are returned by creation date, with the most recently created customers showing first.
GET {{url}}customers/:customer_id
Retrieves a customer using the unique customer_id
. This identifier can be found in the response after creating a new customer.
PUT {{url}}customers/:customer_id
This request allows you to update any details of the customer using the customer_id
. You can choose to update certain parameters, any parameters not provided will be left unchanged.