{
"additionalInfo": {
"channel": "EMONEY_OVO_SNAP"
}
}
curl --location --request POST '/direct-debit/core/v1/balance-inquiry' \
--header 'X-TIMESTAMP;' \
--header 'X-SIGNATURE;' \
--header 'X-PARTNER-ID;' \
--header 'X-EXTERNAL-ID;' \
--header 'Authorization-customer;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"additionalInfo": {
"channel": "EMONEY_OVO_SNAP"
}
}'
{
"responseCode": 2001100,
"responseMessage": "Successfull",
"accountInfos": [
{
"balanceType": "CASH",
"amount": {
"value": "10000.00",
"currency": "IDR"
},
"flatAmount": {
"value": "10000.00",
"currency": "IDR"
},
"holdAmount": {
"value": "10000.00",
"currency": "IDR"
}
}
]
}