---
title: "QR Collection (Static)"
method: POST
path: "/collections/upicollect/static_vpa"
---

# QR Collection (Static)

`POST /collections/upicollect/static_vpa`

Instantly Generate the Virtual Account through AeronPay API and Collect the Funds from your Customers

## Headers

- `client-id` string, required
- `client-secret` string, required
- `Content-Type` string, required

## Request body

- object
  - `type` string, required — Pass "staticqr" in the type parameter
  - `client_referenceId` string, required — Unique Reference ID
  - `name` string, required — Merchant Busines Name
  - `dob` string, required — Date of Birth (Owner)
  - `date_of_incorporation` string, required — Date of Business (Registration)
  - `email` string, required — Merchant Email ID
  - `phone` string, required — Merchant Mobile Number
  - `address` string, required — Merchant Office / Shop Address
  - `city` string, required — Merchant City Name
  - `state` string, required — Merchant State
  - `stateCode` string, required — State Code (Check the State Code List - Page)
  - `pincode` string, required — Merchant Location PinCode
  - `pan_number` string, required — Merchant PAN Card Number (In Case of Pvt Ltd Company, then Use Company PAN)
  - `seller_identifier` string, required — Sub VPA ID (Custom)
  - `gst_number` string — GST Number of the Firm / Company (Optional)
  - `settlement_account_no` string, required — Settlement Bank Account Number of Merchant
  - `settlement_ifsc` string, required — Settlement Bank IFSC Code of Merchant
  - `mcc_code` string, required — Merchant Category Code depends on the Line of Business

## Response `200`

200

- object
  - `status` string
  - `statusCode` string
  - `message` string
  - `receivers` object
    - `vpa_id` string
    - `vpa_handle` string
    - `static_qr` string
    - `vpa_status` string
    - `acknowledged` string

---

[API](https://skmtc.net/aeronpay/apis/merchant-onboarding.md) · [All operations](https://skmtc.net/aeronpay/apis/merchant-onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeronpay/merchant-onboarding/revisions/1027c0f514b1/schema)
