1. Home
  2. Wallet Service
  3. Quickteller Funding API
  4. Customer Verification

Customer Verification

This is the endpoint for handling customer verification request from quickteller funding.

Request Message Description

Field#Field nameData typeRequired Max Length Description Options 
1ServiceUrlStringyes


2RouteId Stringyes


3MerchantReference String yes


4CustReferenceStringyes
wallet identifier
5AmountStringyes
amount

Endpoint

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

Request: POST  /generic-wallet/sec/api/v1/wallets/funding/{clientCode}/{idType}

Header

Content-Type: text/xml
Authorization: {passport generated bearer token}

Sample Request

<?xml version="1.0" encoding="UTF-8"?> <CustomerInformationRequest xmlns:ns2="http://techquest.interswitchng.com/" xmlns:ns3="http://www.w3.org/2003/05/soap-envelope"> <ServiceUrl>https://generic-wallet-service-uat.k8.isw.la/generic-wallet/sec/api/v1/wallets/funding/IKIA806308E06B849FE8497AF4113AE5D7A8893D869A/emaill</ServiceUrl><ServiceUsername /> <ServicePassword /> <RouteId>httpgenericvpnv3</RouteId> <Service /> <MerchantReference>4532</MerchantReference> <CustReference>texta@interswicthgroup.com</CustReference> <PaymentItemCategoryCode /> <RequestReference /> <TerminalId /> <Amount>1000</Amount> <FtpUsername /> <FtpPassword /> </CustomerInformationRequest>

Sample Response (success)

<?xml version="1.0" encoding="UTF-8"?> <CustomerInformationResponse> <MerchantReference>4532</MerchantReference> <Customers> <Customer> <Status>0</Status> <StatusMessage>Successful</StatusMessage> <ResponseMessage /> <CustReference>texta@interswicthgroup.com</CustReference> <FirstName>Test</FirstName> <LastName>Test</LastName> <PaymentItems> <Item> <ProductName>ISW</ProductName> <Total>0</Total> <Price>0</Price> <ProductCode>ISW</ProductCode> <Quantity>0</Quantity> <Subtotal>0</Subtotal> <Tax>0</Tax> </Item> </PaymentItems> <ThirdPartyCode>5060990000000003286</ThirdPartyCode> <CustomerReferenceAlternate>5060990000000003286</CustomerReferenceAlternate> <email>testa@interswicthgroup.com</email> </Customer> </Customers> </CustomerInformationResponse>

Was this article helpful to you? Yes No

How can we help?