# ACH Mobile Transactions

The **ACH Mobile Transactions API** allows you to process ACH transactions from mobile applications.

The mobile integration uses secure tokenization to represent bank account details, so you do not need to include sensitive account information in your requests. This API supports both debit and credit transactions with secure tokenization capabilities.

* [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/ach-mobile-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.
