curl --request GET \
--url https://api.nh.staging.mum.juspay.net/service2/wallet \
--header 'Authorization: Bearer <token>'{
"balance": 123,
"transcorp_wallet_id": "<string>",
"user_id": "<string>",
"wallet_status": "CREATED",
"wallet_status_transcorp": "ACTIVE"
}curl --request GET \
--url https://api.nh.staging.mum.juspay.net/service2/wallet \
--header 'Authorization: Bearer <token>'{
"balance": 123,
"transcorp_wallet_id": "<string>",
"user_id": "<string>",
"wallet_status": "CREATED",
"wallet_status_transcorp": "ACTIVE"
}JWT access token. Obtain from /auth/otp/verify endpoint.
Wallet summary for the authenticated user
Returned by GET /wallet/me — use this in tests to read transcorp_wallet_id after login.
CREATED, PENDING, IN_PROGRESS, COMPLETED, RETRYING, FAILED Transcorp-reported wallet state (when integrated).
Unknown is returned when the Transcorp status has not been provisioned yet.
ACTIVE, BLOCKED, UNKNOWN