v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBRetrieve a QR
Get the details of a QR
get/v3/qr/{id}
Path parameters
idstring required
The ID of the QR to be retrieved
Query parameters
qr_stringboolean
Whether or not to build the representation of the QR as a QR string
qr_imageboolean
Whether or not to build the representation of the QR as a base64 encoded image
Response
Example response
{
"data": {
"id": "qr_d6750d7621e3c4df7a247478",
"nation": "ph",
"type": "static",
"mode": "p2m",
"status": "active",
"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:36:33.070373Z",
"qr_string": "00020101021128810011ph.ppmi.p2m0111PAEYPHM2XXX0324txo6s7rUaoPHLJvNcwQEbsG7041275337897818905030105204893153036085802PH591812D Wallet account6004Lipa61050421762300012ph.ppmi.qrph0503R1M0803***88470012ph.ppmi.qrph0127qr_d6750d7621e3c4df7a2474786304201A",
"qr_image": "data:image/png;base64,iVBORw0...=="
}
}