Skip to main content

Phase 1: Registration & Onboarding

Registration is the entry point for all individual customers. This phase creates the customer record, user credentials, and default inactive wallet.

What Gets Created


Step 1: Get Categorization Hierarchy

Before registration, retrieve available categories and features for smart categorization.
Endpoint: GET /api/v2.1/customer/individual/categorization/hierarchy/{tenantId}Headers:

Step 2: Register Individual Customer

Endpoint: POST /api/v2.1/customer/individual/registrationHeaders:
Request Body:

Business Logic

Tenant ID Resolution

The system resolves tenant ID from the header:

Password Validation Rules

Categorization Validation

Auto-Generated Components


Smart Categorization Examples

High-Risk Customer

Selection Criteria:
  • PEP (Politically Exposed Person)
  • High transaction volume expected
  • High-risk occupation or industry
  • High-risk country
Configuration:

Standard Customer

Configuration:

Next Step

After successful registration, proceed to Phase 2: Session Management to authenticate the customer.

Phase 2: Session Management

Create customer session and obtain JWT token