Parameter
Data Type
Description
API request identifier from the user's system, unique each request
User ID provided by Netzme
{
"partnerReferenceNo": "testing012398120312",
"accountNo": "M_11t8YAEM"
}
Parameter
Data Type
Description
(HTTP status code + service code + case code)
Description of responseCode
API request identifier from the user's system
Balance type, there are 2 types, namely "totalBalance" and "settledBalance"
The currency of the balance
User ID provided by Netzme
Response Body
{
"responseCode": "2001100",
"responseMessage": "Successful",
"partnerReferenceNo": "testing012398120312",
"accountInfo": [
{
"balanceType": "totalBalance",
"availableBalance": {
"value": "39660270.00",
"currency": "IDR"
}
},
{
"balanceType": "settledBalance",
"availableBalance": {
"value": "18181143.00",
"currency": "IDR"
}
}
],
"additionalInfo": {
"custIdMerchant": "M_11t8YAEM"
}
}
curl --location --request POST 'https://tokoapisnap-stg.netzme.com/api/v1.0/payment/balance-inquiry' \
--header 'X-TIMESTAMP: 2022-08-10T00:00:00+07:00' \
--header 'X-SIGNATURE: 2ccde1953ce5fa064f95dff8e147e5e46f87d7eadda38efc49f01712e3b8e3f30ae975bc8910827ff61ee6ff106c5cf57845949c329eaa5e25fb91e26b6a0889' \
--header 'Content-Type: application/json' \
--header 'Authorization: eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NjY3NzgwODksImlhdCI6MTY2Njc3NzE4OSwiaXNzIjoiYml0ZG5hLXRva28ifQ.7PATogGZL_98CFJoMjMhmezUNCFsv3lRnzz69J1FS5-kcTYlrcmZUdkVsWr6TgIn-HjIlxtSVrGOMkhBQCB2GQ' \
--header 'X-PARTNER-ID: TokoNetmeClientId' \
--header 'X-EXTERNAL-ID: 41807553358950093184162180797837' \
--header 'CHANNEL-ID: 95221' \
--data-raw '{
"partnerReferenceNo": "testing012398120312",
"accountNo": "M_VWXPXk6t"
}'