post https://production.aeronpay.in/api/digitalgold/customer/getbalance
Sample Request:
{
"customer_id":"13",
"client_referenceId":"DGOLD736s4536234"
}
Sample Response:
{
"status": "success",
"statusCode": "200",
"message": "Customer gold balance Quantity",
"data": {
"customer_id": "13",
"name": "Rakesh Mittal",
"email": "[email protected]",
"mobile": "9999988888",
"totalgold": "0.0000",
"totalsilver": "0.0000",
"acknowledged": "1"
}
}