Skip to main content

Get Merchant Details

URL: https://developer-sandbox.accessbankplc.com/virtualpayapi/GetMerchantDetails

Method: POST

Request Parameters

TypeParameter NameParameter RequiredDescription
stringchannel_codeRequiredClient application code
stringmerchant_idRequiredID of merchant
stringaccount_noRequiredMerchant account number

Sample Request:

{
"merchant_id": "YOUR MERCHANT ID",
"account_no": "0760261888",
"channel_code": "YOUR CHANNEL CODE"
}

Sample Response:

{
"response_code": "00",
"response_message": "Successful Request",
"response_data": {
"merchant_id": "JONDOEANDSONS",
"merchant_name": "JONDOE AND SONS LTD",
"category": "RETAIL",
"email": "jondoe@gmail.com",
"merchant_account_no": "0810303458",
"expiry_interval": 30
}
}