You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error generating QR code: {
statusCode: 400,
error: {
code: 'BAD_REQUEST_ERROR',
description: 'The requested URL was not found on the server.',
source: 'NA',
step: 'NA',
reason: 'NA',
metadata: {}
}
}
Steps to reproduce the behavior
Expected behavior
{
"id": "qr_HMsVL8HOpbMcjU",
"entity": "qr_code",
"created_at": 1623660301,
"name": "Store_1",
"usage": "single_use",
"type": "upi_qr",
"image_url": "https://rzp.io/i/BWcUVrLp",
"payment_amount": 75000,
"status": "active",
"description": Descp",
"fixed_amount": true,
"payments_amount_received": 0,
"payments_count_received": 0,
"notes": {
"purpose": "Test"
},
"close_by": 1681615838,
"closed_at": 1623660445,
"close_reason": "on_demand"
}
Actual behavior
Error generating QR code: {
statusCode: 400,
error: {
code: 'BAD_REQUEST_ERROR',
description: 'The requested URL was not found on the server.',
source: 'NA',
step: 'NA',
reason: 'NA',
metadata: {}
}
}
Code snippets
Node version
20
Library version
v2.9.4
Additional Information
Trying to create qr code but its giving 400 error
The text was updated successfully, but these errors were encountered: