GET
/
wallet
/
upgrade
/
status
Upgrade Request Status
curl --request GET \
  --url https://nini.monieswitch.com/wallet/upgrade/status \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {
    "request": {
      "id": "6207c925-eba2-44c5-812c-3aa6799656a1",
      "status": "PENDING",
      "walletId": "b76be3e0-f481-4c0f-a40e-0f6ad7ae0ca6",
      "category": "ACTIVATION",
      "createdAt": "2024-02-14T09:11:21.499Z",
      "walletTier": 3,
      "walletAccountName": "Testing Tier Three",
      "walletAccountNumber": "4435290524"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

walletId
string

Response

200 - application/json

Upgrade Request Status - PENDING

The response is of type object.