Skip to main content
POST
/
wallet
/
upgrade
Upgrade Wallet
curl --request POST \
  --url https://nini.monieswitch.com/wallet/upgrade \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "walletId": "488c5bf0-1bb1-404d-a1b9-f638d0e7795e",
  "tier": 3,
  "nin": 848434884848,
  "city": "Lagos",
  "state": "Lagos",
  "country": "Nigeria",
  "address": "No 2, Greenwood Estate",
  "proofOfAddress": "file-upload.png"
}'
{
  "status": true,
  "message": "Your upgrade request has been sent."
}

Authorizations

Authorization
string
header
required

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

Headers

Authorization
any

Body

application/json
walletId
string
required
tier
integer
nin
integer
city
string
state
string
country
string
address
string
proofOfAddress
file

Response

200 - application/json

Upgrade Wallet

status
boolean
message
string