Adding the UPI QR Code flow
Step 3: Enable UPI QR Code flow on your payment page
Step 3.1
Juspay Config Changes
Step 3.2
Consume payment response
Login to Juspay Dashboard and navigate to Marketplace tab to get the UPI QR Code enabled on your Juspay payment page.
Juspay will release these changes in testing environment (CUG) for you to initiate the end to end testing on your app / website.
Instant Payments with Delivery QR Codes
In case you need to offer the UPI QR payment option during product delivery, kindly use the Order + Transaction API to fetch the QR code, which is returned in the format of a base64 string.
Load the QR image included in the base64_encoded_qr parameter of the Order + Transaction API response to display the QR code for payment.
Juspay will include the QR/UPI_QR value in Webhooks and Order Status responses to distinguish UPI QR Code transactions.
Backend changes are necessary at your end to consume these responses.