post https://production.aeronpay.in/api/digitalgold/validatequote
Sample Request:
{
"customer_id":"13",
"billing_address_id":"28",
"quote_id":"PYS3kSdkYhILUCBuZXsNecSKP",
"client_referenceId":"DGOLD7s364536210"
}
Sample Response:
{
"status": "success",
"statusCode": "200",
"message": "Data Validated",
"data": {
"billing_address_id": "28",
"refid": "1709729739793581",
"customer_id": "13",
"quote_id": "PYS3kSdkYhILUCBuZXsNecSKP",
"acknowledged": "1"
}
}