Account enquiry

Get customer details through account number

Account enquiry request

GET "http://api-fsdh360-test.fsdhgroup.com/api/MerchantCodes/account/enquiry

To get the merchant codes through account enquiry the below Parameters should be provided.

Query Parameters

Name
Type
Description

api-version

String

The api version is '1'

accountNumber

String

the account number

{
  "accountNumber": "1000087712",
  "accountName": "MICHAEL DAMILOLA",
  "branchCode": "000",
  "customerNumber": "",
  "bvn": ""
}
Curl and Request URL

Last updated