Create Customer Workflow

In this guide, we're going to build a workflow required to create a new customer

Steps to create a new customer


Step 1 : Retrieve your API Keys from the Torus Mara dashboard.

Step 2 : Call the Create Customer API to create a new customer record

Step 3 : Store the CustomerID returned in the response for subsequent use. This uniquely identifies the customer in all Torus Mara's transactional APIs.

Step 4 : To update customers' details, call the Update Customer API passing only the parameter to be updated.

⚠️

Note

Unless specified otherwise in the API reference, all the fields in the request payload are required. Some fields are however only required under specific circumstances, such fields are pointed out throughout the documentation.