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 OvalFi dashboard.

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

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

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