Name enquiry (FSDH)

Perform a name enquiry on the NIP platform

Perform a name enquiry on an FSDH account

POST https://pay-test.fsdhgroup.com/api/NameEnquiry/FSDH

Query Parameters

Name
Type
Description

API - version

String

Version of API

Request Body

Name
Type
Description

Destination institution code

String

Destination institution code

Account number*

String

Account number

Channel code *

String

Channel code

{
    // Response
}
Response body
{
  "accountName": "string",
  "branchCode": "string",
  "bvn": "string",
  "kycLevel": "string"
}

Last updated