post https://api.aeronpay.in/api/serviceapi-prod/api/collections/upicollect/static_vpa
Instantly Generate the Virtual Account through AeronPay API and Collect the Funds from your Customers
Sample Request:
{
"type": "staticqr",
"client_referenceId": "{{Client Reference ID}}",
"name": "{{Customer Name}}",
"email": "{{Customer Email ID}}",
"phone": "{Customer Mobile}}",
"address": "{{Customer Address}}
}
Sample Response:
{
"status":"SUCCESS",
"statusCode":"200",
"message":"Static QR or VPA Generated Successfully",
"receivers":{
"vpa_id":"apay.xxxx@hdfcbank",
"vpa_handle":"HDFC Bank",
"static_qr":"upi://pay?&pa={{vpaid}}&pn={{username}}&tr={{uniqueCode}}&cu=INR&mc={{MCC_Code}}&qrMedium=04&tn=Pay to {{CustomerName}}",
"vpa_status":"active",
"acknowledged":"1"
}
}