GET
/
wallet
/
{wallet_id}
/
balance
cURL
curl --request GET \
  --url https://api.nh.staging.mum.juspay.net/service2/wallet/{wallet_id}/balance \
  --header 'Authorization: Bearer <token>'
{
  "currency": "<string>",
  "current_balance": 123,
  "wallet_id": "<string>",
  "last_refreshed": {
    "seconds": 123
  },
  "linked": true
}

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

Balance from DB

currency
string
required
current_balance
integer<int64>
required
wallet_id
string
required
last_refreshed
object
linked
boolean | null