1. Home
  2. Wallet Service
  3. Transaction API
  4. Credit API – Using Domain Float Card

Credit API – Using Domain Float Card

This is the endpoint that credits wallet from the float card of the domain.

Request Message Description

Field#Field nameData typeRequired Max Length Description Options 
Field#Field nameData typeRequired Max Length Description Options 
1txnRefStringyes
transaction reference
2walletIdTypeStringyes
 wallet identifier type
3walletIdStringyes
wallet identifier
4amountStringyes


5channel Stringyes 30 channel sending request “WEB” or “USSD” or “SERVICE” or “MOBILE”
6encryptedPin String yes
encrypted Pin of the float card
7domainStringno
wallet domain

Endpoint

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

Request: POST  /generic-wallet/api/v1/transaction/credit/domain

Header

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

Sample Request

{
"txnRef":"70039802",
"walletIdType": "phone",
"walletId": "08039609278",
"channel":"SERVICE",
"amount":"5",
"domain":"VER",
"encryptedPin": "449d3eb337c50d52627fef43dbd6c4de",
}

Sample Response

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

Was this article helpful to you? Yes No

How can we help?