---
title: "Configuring List of Payment Methods"
source_url: https://docs.rapyd.net/en/configuring-list-of-payment-methods.html
lang: en
---

# Configuring List of Payment Methods

You can use the [Create Checkout Page](https://docs.rapyd.net/en/create-checkout-page.md "Create Checkout Page") request to configure how the checkout page displays categories and payment methods.

- To display all supported categories and payment method types for the country, omit the following fields:

  - `payment_method_type`
  - `payment_method_type_categories`
  - `payment_method_types_exclude`
  - `payment_method_types_include`

  The categories and the payment method types within each category are listed according to frequency of usage within the last 30 days.
- To display one payment method type, use `payment_method_type`. This must be the only field that specifies payment methods. When you use `payment_method_type`, omit the following:

  - `payment_method_type_categories`
  - `payment_method_types_exclude`
  - `payment_method_types_include`
- To display a set of specific categories and all payment method types in each category, use `payment_method_type_categories`. The categories are listed in the order specified in the request. Within each category, the payment methods are listed according to frequency of usage within the last 30 days.
- To display a set of specific payment method types, use `payment_method_types_include`. The payment methods are listed in the order specified in the request. This must be the only field that specifies payment methods. When you use `payment_method_types_include`, omit the following:

  - `payment_method_type`
  - `payment_method_type_categories`
  - `payment_method_types_exclude`
- To display all supported categories and payment method types for the country, except a set of specific payment method types, use `payment_method_types_exclude`.
- To display a set of specific categories and the payment method types in each category, except a set of specific payment method types, use `payment_method_type_categories` and `payment_method_types_exclude`.

> **Note:**
>
> - **Production** - The checkout page displays only payment methods that the client is authorized to handle. To add payment methods, use the Client Portal. Some payment methods require additional steps.
> - **Sandbox** - The checkout page displays all payment methods available in the country that match the filters described above.
> - The checkout page displays **Bank** as the category when you specify `bank_redirect`, `bank_transfer`, or both in `payment_method_type_categories`.
