GET
/
wallet
/
{wallet_id}
/
status
cURL
curl --request GET \
  --url https://api.nh.staging.mum.juspay.net/service2/wallet/{wallet_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "wallet_id": "<string>",
  "wallet_status": "CREATED"
}

Authorizations

Authorization
string
header
required

JWT access token. Obtain from /auth/otp/verify endpoint.

Path Parameters

wallet_id
string
required

Transcorp wallet id (transcorp_wallet_id from GET /wallet)

Response

Status from DB

wallet_id
string
required
wallet_status
enum<string>
required
Available options:
CREATED,
PENDING,
IN_PROGRESS,
COMPLETED,
RETRYING,
FAILED