v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBpost/v3/qr/{id}/expire
Path parameters
idstring required
The ID of the PayMongo generated QR to expire
Response
Example response
{
"data": {
"id": "qr_d6750d7621e3c4df7a247478",
"nation": "ph",
"type": "static",
"mode": "p2m",
"status": "expired",
"metadata": {
"nested": {
"key with space": 123
},
"testmetakey": "test"
},
"merchant_category_code": "8931",
"transaction_currency": "PHP",
"country_code": "PH",
"merchant_name": "12D Wallet account",
"merchant_city": "Lipa",
"postal_code": "04217",
"bic": "PAEYPHM2XXX",
"merchant_id": "txo6s7rUaoPHLJvNcwQEbsG7",
"credit_account_number": "753378978189",
"proxy_notify_flags": "010",
"reference_label": "R1M",
"purpose_of_transaction": "***",
"created_at": "2026-05-27T00:36:33.070372Z",
"updated_at": "2026-05-27T00:50:58.61337Z"
}
}