Creates an investor portal URL for the given email, PAN, and scheme. Requires a platform merchant JWT.
Security
JWT
POST
curl -i -X POST \
https://api.glomopay.com/api/v1/investor-journey \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"email": "investor@example.com",
"pan": "ABCPD1234E",
"scheme_no": "HGEMR"
}'Response
{ "url": "https://investor-portal.glomopay.com#payload=..." }