# Payment Methods & Wallets

Saferpay supports a variety of payment methods, including 3rd party providers such as PayPal. These 3rd party providers are not obligated to support all Saferpay functions. The following chapters provide any information about the integration of the respective payment method and its special cases.

{% hint style="info" %}
Test cards and further information about Saferpay simulators -if available-, [can be found within this chapter](/home/integration-guide/testing-and-go-live.md#simulators-and-test-cards). However please also read the respective Payment Method chapter here, as they contain information about activation and integration.
{% endhint %}


---

# 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.saferpay.com/home/integration-guide/payment-methods.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.
