curl --request POST \
--url https://api.sandbox.co.in/bank/virtual/accounts/{account_number}/payments/payin/upi/generate-static-qr \
--header 'Content-Type: application/json' \
--data '{}'{
"timestamp": 123,
"transaction_id": "<string>",
"data": {
"qr_string": "<string>"
},
"code": 123
}Generate Static QR String API allows you to create a static QR code for a virtual account
curl --request POST \
--url https://api.sandbox.co.in/bank/virtual/accounts/{account_number}/payments/payin/upi/generate-static-qr \
--header 'Content-Type: application/json' \
--data '{}'{
"timestamp": 123,
"transaction_id": "<string>",
"data": {
"qr_string": "<string>"
},
"code": 123
}Was this page helpful?