Verify An Account Number on Pesalink Before Sending

Request
header Parameters
x-app-id
required
string

pass the project id

x-api-key
required
string

api-key

Request Body schema: application/json

Verify An Account Number On Pesalink

bankCode
required
string
timestamp
required
string
accountNumber
required
string
transactionType
required
string
Responses
200

Request successfully processed

400

bad input parameter

post/pesalink-account-lookup
Request samples
application/json
{
  • "bankCode": "0025",
  • "timestamp": "2021-01-29T00:54:08+03:00",
  • "accountNumber": "00234566690302",
  • "transactionType": "PESALINK_LOOKUP"
}
Response samples
application/json
{
  • "requestId": "US000000000105",
  • "endToEndId": "123456789",
  • "channelId": "USSD",
  • "sourceSystemId": "MOBILE_USSD",
  • "receiverAccount": "0170197176640",
  • "receiverInstitutionCode": "0012",
  • "receiverName": "John Doe",
  • "status": "Success",
  • "statusCode": "00",
  • "statusDesc": "Request Processed Successfully"
}