# Transaction Page Model

This model represents the required data to redirect the consumer to the transaction page to complete the payment.

### Transaction Page Model

This model referenced in "transactionPage" field of [Transaction Model](/sensepay/transaction-api/models/transaction-model.md#transaction-entity) response body.

<table><thead><tr><th width="240.2188460730749">field</th><th width="150">type</th><th width="384.2">description</th></tr></thead><tbody><tr><td>qrURL</td><td>string</td><td><p>example: https://pay.sensepass.com/orderSummary/027e4e48d59fdbe83f5a78cab62a53c676b7f111fa9d0ee0a36d1872</p><p>SensePass unique Transaction Page - Responsive page for desktop and mobile</p></td></tr><tr><td>iOSLink</td><td>Deprecated</td><td>Deprecated</td></tr><tr><td>androidLink</td><td>Deprecated</td><td>Deprecated</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://docs.sensepass.com/sensepay/transaction-api/models/transaction-page-model.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.
