Customers
A Customer is the entity responsible for funding card spending. Customers can be individuals (consumers) or businesses (corporate).Customer Types
| Type | Description |
|---|---|
consumer | Individual person |
corporate | Business entity |
Creating a Customer
Customer Fields
| Field | Type | Description |
|---|---|---|
type | string | consumer or corporate |
email | string | Customer email address |
name | object | First and last name (consumer) or business name (corporate) |
status | string | KYC verification status |
KYC Verification
Customers must complete KYC (Know Your Customer) verification before issuing cards. The verification status can be:pending- Awaiting verificationverified- Approved for card issuancerejected- Verification failed
Default Policies
Customers can set default spending policies that apply to all their agents and cards unless overridden.Next Steps
Agents
Create agents to spend on behalf of customers
Cards
Issue virtual cards