onboard_customer
Create new SpherePay customers and generate verification links for individuals or businesses, enabling account setup with required KYC and TOS compliance.
Instructions
Create a new SpherePay customer and generate verification links. Supports 'individual' (requires address, optionally first/last name, DOB) and 'business' (requires business_information, registered/operating addresses) types. Returns the created customer with TOS and KYC verification links.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_type | Yes | ||
| Yes | |||
| phone | Yes | ||
| address | No | ||
| first_name | No | ||
| last_name | No | ||
| date_of_birth | No | ||
| business_information | No | ||
| registered_address | No | ||
| operating_address | No |