1. Home
  2. Wallet Service
  3. Wallet Management API
  4. Get Wallet Status

Get Wallet Status

This is the endpoint that get wallet status, to know if it is activated and if it has a card in it.

Request Message Description

Field#Field nameData typeRequired Max Length Description Options 
2channel Stringyes 30 channel sending request “WEB” or “USSD” or “SERVICE” or “MOBILE”
4domainStringno200wallet domain
3walletId String yes
wallet identifier
1walletIdTypeMapyes
 wallet identifier type

Endpoint

Base URL : https://api-gateway.interswitchng.com

Request: GET /generic-wallet/api/v1/wallets/status?walletIdType={{walletIdType}}&walletId={{walletId}}&channel={{channel}}

Headers

Content-Type: application/json
Authorization: {passport generated bearer token}

Sample Response

{
"statusCode": "200",
"responseCode": "00",
"responseMessage": "Successful",
"errors": null,
"modelList": [
{
"walletId": 304484,
"activated": true,
"cardCreated": true
}
],
"count": 1
}

Was this article helpful to you? Yes No

How can we help?