Overview

DebiCheck list of participating banks is a web service which allows a remote system to request a list of all banks which offer the DebiCheck service.

Technical Information

From your application call:

Input

Submit the following parameters.

Field Description
Service key Account service key issued by Netcash

 

Output

The service responds with error code 000 and an XML list of bank names if the request to display the list of participating banks was successful.

If the request was unsuccessful, the service will respond with one of the error codes listed below:

Numeric Response Description

000

Successful

100

Authentication failed. Invalid service key

200

General service error. Contact support

 

XML response example

<BankListResponse>
    <BankList>
        <BankName>ABSA</BankName>
        <BankName>CAPITEC BANK</BankName>
        <BankName>FIRST NATIONAL BANK</BankName>
        <BankName>NEDBANK</BankName>
        <BankName>STANDARD BANK</BankName>
        <BankName>MERCANTILE BANK</BankName>
    </BankList>

    <Errors>
        <ErrorCode>000</ErrorCode>
    </Errors>
</BankListResponse>