# Credit + Debit Cards

The Stripe payment gateway integration supports Credit + Debit Card payments from a wide variety of card providers, including but not limited to:

* American Express
* China UnionPay (CUP)
* Discover & Diners
* Japan Credit Bureau (JCB)
* Mastercard
* Visa&#x20;

{% hint style="info" %}
Payment Page is fully prepared for Strong Customer Authentication (SCA) requirements with [3D Secure 2 (3DS2)](https://stripe.com/docs/payments/3d-secure) enabled for all regions.
{% endhint %}

As Stripe continuously updates their services and adds more card types, Payment Page will adapt accordingly. You can find the latest [supported card brands on Stripe's website](https://stripe.com/docs/payments/cards/supported-card-brands).&#x20;

{% hint style="success" %}
To enable Credit + Debit Card payments, please see [Activating Stripe Payment Methods](https://docs.paymentpageplugin.com/payment-gateways/stripe#activating-stripe-payment-methods).&#x20;
{% 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.paymentpageplugin.com/payment-gateways/stripe/credit-+-debit-cards.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.
