post https://bank.sandbox.cybrid.app/api/customers
Creates a customer.
Customer Type
Customer resources are an abstraction for real world individuals and businesses on the Cybrid Platform and are used throughout the platform to perform high level operations, e.g., create a quote, execute a trade, etc..
Customers can have additional resources attached to them, e.g., identity verifications, accounts, etc.
State
State | Description |
---|---|
storing | The Platform is storing the customer details in our private store |
unverified | The Platform has not yet verified the customer's identity |
verified | The Platform has verified the customer's identity |
rejected | The Platform was not able to successfully verify the customer's identity |
frozen | The customer has been frozen on the Platform |
Required scope: customers:execute
Recipes
🦉
Create Individual Customer
Open Recipe
🦉
Create Business Customer
Open Recipe