Back to neotek ↗Get Sandbox Access

BalanceInquiry

GEThttps://test.api.neotek.sa/b2b-unified/v1/statements/balance

Sandbox URL · in Production call https://api.neotek.sa

The account's balance right now, as a live call to the bank.

Query parameters:

ParameterRequiredDescription
bankCodeRequiredwhich bank holds the account: RJHISARI or ARNBSARI
accountIbanRequiredthe account to read

Headers:

ParameterRequiredDescription
authorizationRequiredBearer <ACCESS_TOKEN>
cURL
curl -G 'https://test.api.neotek.sa/b2b-unified/v1/statements/balance' \  --header 'authorization: Bearer <ACCESS_TOKEN>' \  -d 'bankCode=RJHISARI' \  -d 'accountIban=SA1080000012345678901003'

Response

JSON
{  "success": true,  "code": "SUCCESS",  "message": "Balance retrieved successfully",  "accountIban": "SA1080000012345678901003",  "balance": "125000.50",  "currency": "SAR",  "accountStatus": "ACTIVE"}

Errors — all four services share the same failure shape and codes; see Statements → Errors.