1. Home
  2. Wallet Service
  3. Card Management API
  4. Get Balance Statement

Get Balance Statement

This is the endpoint that get the balance statement for a wallet.

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
4fromDateStringyes
from
5toDateStringyes
to date
6domainStringno200wallet domain

Endpoint

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

Request: POST  /generic-wallet/api/v1/cards/balance/statement

Header

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

Sample Request

{
"walletIdType": "NIN",
"walletId": "9999",
"channel": "SERVICE",
"domain" : "ISW",
"fromDate": "30/04/2018",
"toDate": "30/05/2018"
}

Sample Response (success)

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

Was this article helpful to you? Yes No

How can we help?