# Air Payment Request Button

&#x20;The Payment Request Button plugin allows you to collect payment and address information (coming soon) from your customers using [Apple Pay](https://stripe.com/docs/apple-pay), [Google Pay](https://stripe.com/docs/google-pay) and [Microsoft Pay](https://stripe.com/docs/microsoft-pay). \
This is Stripe's implementation of the [Payment Request API](https://developer.mozilla.org/en-US/docs/Web/API/Payment_Request_API).

&#x20;The Payment Request API defines a consistent user experience across payment methods, payment systems, platforms, and merchants. It is not a new payment method; rather, it is a conduit from the user's preferred payment method to a merchant.

![payment request button in chrome desktop](https://4058764824-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LKsUC5-RtIwsN11E9Ag%2F-LKtqD-FEqxtlNRhEPHM%2F-LKtqTaBFd-X3bRwWw2j%2Fimage.png?alt=media\&token=8d22e861-0551-438b-9e25-b56d6e6c656e)

![payment request in chrome mobile](https://4058764824-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LKsUC5-RtIwsN11E9Ag%2F-LKtqD-FEqxtlNRhEPHM%2F-LKtqPKoNy9hEApEVwdp%2Fimage.png?alt=media\&token=18e7e6ef-6c3c-4612-b968-408d79da39a6)

![payment request in Edge deskop](https://4058764824-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LKsUC5-RtIwsN11E9Ag%2F-LKtqD-FEqxtlNRhEPHM%2F-LKtqE_jMU9Y4h2GfYVn%2Fimage.png?alt=media\&token=dad99c3f-6822-4b21-9f7d-747d7a2b818d)


---

# 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://seanhoots.gitbook.io/airplugins/air-payment-request-button.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.
