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