1. Home
  2. Wallet Service
  3. Card Management API
  4. Unblock Card

Unblock Card

This is the endpoint that unblocks a card.

Request Message Description

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

Endpoint

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

Request: POST  /generic-wallet/api/v1/cards/unblock

Header

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

Sample Request

{
"walletId": "8011135687",
"walletIdType": "Phone",
"channel": "SErvice",
"encryptedPin": "31d7e6e95aa309fc21127391833733eb",
"domain" : "ISW"
}

Sample Response (success)

{
"statusCode": "200",
"responseCode": "00",
"responseMessage": "Successful",
"errors": null,
"modelList": null,
"count": 0
}

Was this article helpful to you? Yes No 1

How can we help?