QR Collection (Static)

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"
  }
}
Language
Click Try It! to start a request and see the response here!