post https://production.aeronpay.in/api/digitalgold/sendotp
Sample Request:
{
"refid":"1709729739793581",
"customer_id":"13",
"billing_address_id":"28",
"quote_id":"PYS3kSdkYhILUCBuZXsNecSKP",
"client_referenceId":"DGOLssD7364536231"
}
Sample Response:
{
"status": "success",
"statusCode": "200",
"message": "OTP Successfully send",
"data": {
"refid": "1709729739793581",
"billing_address_id": "28",
"customer_id": "13",
"quote_id": "PYS3kSdkYhILUCBuZXsNecSKP",
"stateresp": "d776bbcfd4a87e6670b4fedf4624ee1a",
"acknowledged": "1"
}
}