Overview

GetAvailableBalance is an online, synchronous web service allowing an external system to Request the balance on a Netcash account and receive an immediate response.

A single request per web service call is permitted.

Input

From your application call:

Field Explanation
Service Key Account Service Key

Output

Failed requests will return one of the following codes.

 Numeric Response Description
100 Authentication failed. Ensure that the service key in the method call is correct
200 Web service error contact support@netcash.co.za

 

Successful requests will return

Field Value
AvailableBalance Decimal
CurrentBalance Decimal
ErrorCode 000

Examples

 

<GetAvailableBalance>
  <MethodParameters>
    <GetAvailableBalanceResponse>
      <AvailableBalance>6,33</AvailableBalance>
      <CurrentBalance>6,46</CurrentBalance>
      <ErrorCode>000</ErrorCode>
    </GetAvailableBalanceResponse>
  </MethodParameters>
</GetAvailableBalance>

Netcash brand guidelines

Please refer to the Netcash brand guidelines here when using any logos, images, icons, labels, descriptions, and references to Netcash in your software.

Testing

See the Testing section for more details. If you require any integration assistance contact our technical support team

Netcash may provide example/sample/demo ‘code snippets’ and/or external links in this Technical Document. Such are for guidance purposes only and may not function on every developer’s system/s. Netcash disclaims any and all liability for the usage of guidance resources provided -and you as the Developer; must accept full responsibility for the usage of such. While every possible effort has been taken to ensure compatibility across multiple system configurations, the contents of this document cannot be guaranteed to work on all systems, with all operating systems -and/or with all system configuration/s.