v1
latestOpenAPI 3.1.02026-07-2418201.6 MBGenerate Static QR
This API allows the platform to create a Static QR flow using Decentro's UPI stack.
post/v3/payments/static/upi/qr
Headers
client_idstring required
Decentro assigned client_id during on boarding.
client_secretstring required
Decentro assigned client_secret during on boarding.
Request body
Response
200
Example response
{
"decentro_txn_id": "0372012CC3B446E089E7BDDC96975DD3",
"api_status": "SUCCESS",
"message": "Static QR created Successfully.",
"data": [
{
"vpa": "xxxxe@xxxxx",
"intent_url": "xxxxxxx",
"template_url": "xxxxxxxx"
}
],
"response_key": "success_static_qr_created"
}