StaticQR Disable API


Header NameHeader Value
Content-Typeapplication/json
X-VERIFYSHA256(“/v1/sqr/{merchantId}/{qrCodeId}/disable” +
salt key) + ### + salt index
Sample Success Response
{
    "success": true,
    "data": {
        "staticQrCodeId": "EQR2404241503081345429964",
        "merchantId": "PHONEPETESTUAT",
        "storeId": "teststore1",
        "terminalId": "ET2404241503081445429838",
        "orderId": "testorder",
        "message": "test message for user",
        "amountRestrictionType": "MAX_BOUNDED",
        "sourceType": "INTERNAL_API",
        "state": "DISABLED",
        "maxAmount": 10000,
        "intent": "upi://pay?mode=02&pa=EQR2404241503081345429964@ybl&purpose=00&mc=5311&pn=PhonePeMerchant&orgid=500044",
        "activeFrom": [
            2024,
            4,
            24,
            15,
            3,
            8
        ],
        "activeTill": [
            2024,
            4,
            24,
            15,
            3,
            8
        ]
    }
}
Is this article helpful?