Merchant QR (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": "{{Merchant Name or Business Name}}",
  "dob": "17/10/1998",
  "date_of_incorporation": "01/04/2022",
  "email": "{{Customer Email ID}}",
  "phone": "{Customer Mobile}}",
  "address": "Bandra Kurla Complex, Mumbai",
  "city": "Mumbai",
  "state": "Maharashtra",
  "stateCode": "12",
  "pincode": "400001",
  "pan_number": "EXCGR2848X",
  "seller_identifier": "avantikastores",
  "gst_number": "29EXCGR2848X2ZR",
  "settlement_account_no": "28490918847289",
  "settlement_ifsc": "HDFC0000CARD",
}

Sample Response:

{
  "status":"SUCCESS",
  "statusCode":"200",
  "message":"Static QR or VPA Generated Successfully",
  "receivers":{
    "customer_id": "33324562",
    "vpa_id":"apay.xxxx@hdfcbank",
    "vpa_handle":"HDFC Bank", 
    "static_qr":"upi://pay?mc=5411&pa=partner.merchantname@samplebank&pn=Avantika Stores",
    "vpa_status":"active",
    "acknowledged":"1"
  }
}
Language
Click Try It! to start a request and see the response here!