# Payment methods

<figure><img src="/files/0DJw1TIfuBwLyz5OjqQu" alt=""><figcaption></figcaption></figure>

{% hint style="info" icon="lightbulb" %}
Each market's checkout payment experience is driven by its payment methods — they determine which gateway processes each payment and what options customers see.
{% endhint %}

## What is a payment method?

[Payment methods](/core-api-reference/payment_methods.md) are the types of payment sources you can offer in a market or a store. They let you provide different payment options to customers. Payment methods can carry a price charge and must be present before a customer places an order.

Each payment method is associated with a [payment gateway](/data-model/payments-and-tax/payment-gateways.md). The payment source type used with a payment method must match the parent gateway. You can differentiate the available payment method options by market. Supported payment source types include Adyen, Axerve, Braintree, Checkout.com, credit card, external payment, Klarna, PayPal, Satispay, Stripe, and wire transfer.

A payment method not already associated with a market or a store can be set as the default payment method for one or more markets.


---

# 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.commercelayer.io/data-model/payments-and-tax/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.
