CSL Pay Developers

Account Enquiry

POST /gateway/account/enquiry

The Account Enquiry endpoint is used to retrieve information about a specific bank account, including the account name, by providing the account number and bank code. A partner would call this endpoint to verify the details of a bank account before initiating a payout. The endpoint returns a response with the account details and a response code and description.

Types inferred from examples. This endpoint came from a Postman collection, which declares no schema — field types are read from the example values and no field is marked required.

Request body

  • accountNumberrequired string
    The account number to be searched for in the system.
  • bankCoderequired string
    The bank code associated with the account number.

Response 200

  • accountNumber string
    The account number of the account being queried.
  • bankCode string
    The bank code of the account being queried.
  • accountName string
    The name of the account holder.
  • responseCode string
    A code indicating the result of the account enquiry.
  • responseDescription string
    A description of the result of the account enquiry.