# QR Charge Object

```json
{
  "acquirer": "BRI",
  "qrContent": "00020101021226600013ID.CO.BRI.WWW0118936000020110855909021019995143220303UME5204653353033605405100005802ID5917PIVOT QRIS API 16014TANGERANG KOT.6105153456234011850227152490175577707081085590963040250",
  "qrUrl": "",
  "qrType": "DYNAMIC",
  "retrievalReferenceNumber": "524901755777",
  "issuerName": "",
  "expiryAt": "2025-03-30T10:31:16.098536101Z",
  "merchantName": "Reforza Pivot"
}
```

**Detail QR Charge Object**

<table><thead><tr><th width="205.98046875">Parameter</th><th width="103.1875">Data Type</th><th width="127.1015625">Requirement</th><th>Description</th></tr></thead><tbody><tr><td>acquirer</td><td>String</td><td>M</td><td>Acquiring Channel of the QRIS, possible values are BRI, BNC</td></tr><tr><td>qrContent</td><td>String</td><td>M</td><td>QR String Value which can be converted to QR Code Image</td></tr><tr><td>qrUrl</td><td>String</td><td>M</td><td>QR code image URL</td></tr><tr><td>qrType</td><td>String</td><td>M</td><td><p>QR Type possible values are:</p><ol><li>DYNAMIC</li><li>STATIC</li></ol></td></tr><tr><td>retrievalReferenceNumber</td><td>String</td><td>C</td><td>If charge is successful, then show issuer RRN</td></tr><tr><td>issuerName</td><td>String</td><td>C</td><td>If charge is successful, then show the issuerName</td></tr><tr><td>expiryAt</td><td>String</td><td>C</td><td>QR expiration time - format YYYY-MM-DDTHH:MM:SSZ</td></tr><tr><td>merchantName</td><td>String</td><td>M</td><td>QR Descriptor </td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payments/object/charge-object/qr-charge-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
