Project

General

Profile

Actions

Sub-task #243

closed
RS RS

Feature #57: Onboarding - Foreigner

Task #239: [BE] - Foreign Onboarding Review KYC

[BE] - Add customerType key to JWT token

Sub-task #243: [BE] - Add customerType key to JWT token

Added by Ryan Supawarapong 25 days ago. Updated 23 days ago.

Status:
Resolved
Priority:
Normal
Start date:
03/24/2026
Due date:
% Done:

0%

Estimated time:

Description

The new keyname is "customerType"

the customerType will be an enum.

type CustomerType int

const (
	CustomerTypeIndividual CustomerType = iota + 1
	CustomerTypeForeigner
	CustomerTypeCorporate
)
Actions

Also available in: PDF Atom