> For the complete documentation index, see [llms.txt](https://developers.bead.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.bead.xyz/reference-guide/enumerations-and-schemas/tender-types/alternative-payments.md).

# Alternative Payments

Alternative-payment tender types cover wallet apps and QR-based methods such as Alipay and PayPal.\
Use the **Tender type** string in the `tenderTypes` array when you need to allow or block a specific method at the terminal or location level.

| Tender type | Display name | Currency code(s) | Notes                                         |
| ----------- | ------------ | ---------------- | --------------------------------------------- |
| `alipay`    | Alipay       | USD              | Near-instant QR payment for Chinese wallets   |
| `paypal`    | PayPal       | USD              | Customer approves via PayPal app or web       |
| `venmo`     | Venmo        | USD              | Redirect to Venmo app; QR fallback available  |
| `weChatPay` | WeChat Pay   | USD              | Popular China-based wallet; QR scan or in-app |
| `klarna`    | Klarna       | USD              | Buy-now-pay-later flow; supports instalments  |

Currency codes reflect the settlement currency returned by the `/currencies` endpoint.\
All alternative payments share the same settlement flow as card and crypto tenders: the charge is final once the provider callback confirms success.


---

# 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, and the optional `goal` query parameter:

```
GET https://developers.bead.xyz/reference-guide/enumerations-and-schemas/tender-types/alternative-payments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
