> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/guides/mobile-emv/idtech-vp3300/read-card-data.md).

# Read card data

To read the card data on the VP3300 card reader when you request a payment through your iOS app:

{% stepper %}
{% step %}
Press the power button to turn on the card reader.

The Bluetooth settings will turn on and pair automatically with your iOS device. For more information, see [Pairing card reader](/guides/mobile-emv/idtech-vp3300/pair-card-reader.md).
{% endstep %}

{% step %}
Insert the card into the card slot of the reader.

{% hint style="warning" %}
Insert the chip side first into the card slot of the reader.
{% endhint %}
{% endstep %}

{% step %}
Insert the card and wait until the middle LED on the back of the card reader flashes green for two seconds.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.xplorpay.com/guides/mobile-emv/idtech-vp3300/read-card-data.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.
