# Mobile Payment Transactions

The **Mobile Payment Transactions API** allows you to process card-present payments from mobile devices using Xplor Pay's supported card readers. The mobile SDK generates a secure transaction token that represents the inserted or integrated card data captured during the transaction. Include this token in the request header while submitting your payment transaction.

This approach eliminates the need to send sensitive card details, such as card number, expiration date, and track data, in your request. The supported transaction types include authorization, sale, forced sale, and refund.

{% hint style="info" %}
See SDK documentation for integration details:

* [Android SDK](https://github.com/clearent/android-idtech-sdk) Current Version: Framework - clearent-idtech-android-116-1.0.00.jar4
* [iOS Framework](broken://spaces/JsJzPs3wr61OB091sy0z/pages/t2h4H1yIskqPF46wuxPp) Current Version: Framework- 1.0.26.4 Clearent CocoaPods - 1.0.84
* [Windows SDK](https://github.com/clearent/windows-sdk) Current Version: 1.0
* [JavaScript SDK](broken://spaces/JsJzPs3wr61OB091sy0z/pages/UpiugjXdx5Nifc60JZiQ)
  {% endhint %}

{% hint style="warning" %}
This API does not support follow-up transactions such as captures, voids, and matched refunds.
{% endhint %}

* [ACH Mobile Transactions](/api-reference/api/payments/mobile/ach-mobile-transactions.md)
* [Apple Pay for Web](/api-reference/api/payments/mobile/apple-pay-for-web.md)
* [Android Device Configuration](/api-reference/api/payments/mobile/android-device-configuration.md)


---

# 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.xplorpay.com/api-reference/api/payments/mobile/mobile-payment-transactions.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.
