Step 1: Creating a Customer
This endpoint enables you to easily create a customer within the system.
The Customer Creation API allows you to onboard customers by capturing the necessary details and categorizing them into one of two types: Individual or Company. Each type has its own specific set of required information, which must be collected before making API requests.
These customers can then be used to generate virtual accounts and manage payment flows tailored to that specific customer. By integrating this endpoint, you can streamline the onboarding process and efficiently manage customer data, setting the foundation for smooth and secure transactions.
Types of Customers
Customer Type | Description |
---|---|
COMPANY | Represents a business entity as the customer. Creating a Company Customer |
INDIVIDUAL | Represents a single person as the customer. Creating an Individual Customer |
Updated 1 day ago