Customers
Manage KYC data and customer profiles.
POST/v2/customers
Create a new customer profile.
PUT/v2/customers/{customer_id}
Update customer details, like email or address.
Customer Object
JSON
{
"customer_id": "cus_0987654321",
"first_name": "John",
"last_name": "Doe",
"email": "john@example.com",
"kyc_tier": 2
}