POST
/
partners
/
merchant
/
qrcodes
curl --request POST \
  --url https://sandbox.cashfree.com/pg/partners/merchant/qrcodes \
  --header 'Content-Type: application/json' \
  --header 'x-api-version: <x-api-version>' \
  --data '{
  "vpa_count": 5
}'
[
  {
    "cf_terminal_id": 1234,
    "vpa": "john@cashfree.com",
    "status": "John Doe Business",
    "qrCode": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEAAQMAAABmvDolAAAABlBMVEX///"
  }
]

Headers

x-api-version
string
default:2023-08-01
required

API version to be used. Format is in YYYY-MM-DD

x-request-id
string

Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree

x-idempotency-key
string

An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.

Body

application/json
vpa_count
integer
required

count of vpa , to create in bulk, max limit:50

Response

200
application/json
OK
cf_terminal_id
integer

cashfree terminal id

vpa
string

Virtual Address

status
string

Status of vpa

qrCode
string

qrcode