Get Merchant Details
URL: https://developer-sandbox.accessbankplc.com/virtualpay/GetMerchantDetails
Method: POST
Request Parameters:
| Type | Parameter Name | Parameter Required | Description |
|---|---|---|---|
| string | channel_code | Required | Client application code |
| string | merchant_id | Required | ID of merchant |
| string | account_no | Required | Merchant account number |
Sample Request:
{
"merchant_id": "YOUR MERCHANT ID",
"account_no": "0123456789",
"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
}
}
