curl --request POST \
--url https://api.nh.staging.mum.juspay.net/service2/wallet \
--header 'Authorization: Bearer <token>'{
"balance": 123,
"created": true,
"transcorp_wallet_id": "<string>",
"user_id": "<string>",
"wallet_status": "CREATED",
"wallet_status_transcorp": "ACTIVE"
}curl --request POST \
--url https://api.nh.staging.mum.juspay.net/service2/wallet \
--header 'Authorization: Bearer <token>'{
"balance": 123,
"created": true,
"transcorp_wallet_id": "<string>",
"user_id": "<string>",
"wallet_status": "CREATED",
"wallet_status_transcorp": "ACTIVE"
}JWT access token. Obtain from /auth/otp/verify endpoint.
Wallet already existed
Balance in minor units (paise for INR).
true if a new row was inserted; false if the wallet already existed.
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