# Mobile

The **Mobile API** allows you to process payments using mobile devices for both card-present and ACH transactions in mobile applications.

Mobile transactions use secure tokenization, so sensitive card or bank account details are not sent in API requests.

Use this API to:

* Process card-present transactions from mobile devices

* Initiate ACH debit and credit transactions

* Support Apple Pay for web-based mobile payments

* Retrieve configuration for supported Android devices

* [Mobile Payment Transactions](/api-reference/api/payments/mobile/mobile-payment-transactions.md)

* [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.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.
