v1
latestOpenAPI 3.1.02026-07-2418201.6 MBGenerate Dynamic QR
This API allows the platform to create a dynamic QR code using Decentro's UPI stack.
post/v3/payments/upi/qr
Headers
client_idstring required
Decentro assigned client_id during on boarding.
client_secretstring required
Decentro assigned client_secret during on boarding.
x_on_behalf_ofstring
This allows parent merchant to consume the API on behalf of sub-merchant.
authorizationstring
Customers can generate JWT using our Auth API with various grant types in the request body. JWT is valid for 15minutes.
Request body
Response
200
Example response
{
"decentro_txn_id": "01ED978xxxxxxxxxxxx57B322E9717",
"api_status": "SUCCESS",
"message": "Payment QR created Successfully.",
"data": {
"dynamic_qr_image": "<link containing qr image>",
"transaction_status": "PENDING"
},
"response_key": "success_payment_qr_created"
}