---
title: "Get payment method"
method: GET
path: "/payment-methods/{payment_method_id}"
tags: ["Payments"]
---

# Get payment method

`GET /payment-methods/{payment_method_id}`

Get information about a payment method.

## Path parameters

- `payment_method_id` string, required

## Query parameters

- `country` string
- `locale` string

## Response `200`

Request successful

- object
  - `success` Success — unresolved $ref
  - `data` object — Information about the payment method.
    - `additional_data` object — Any required additional data for the payment method. If empty, no additional data is required.
      - `issuers` object[] — Additional information about iDEAL issuers.
        - `bic` Bic — unresolved $ref
        - `code` string — The issuer ID, for direct iDEAL payments.
        - `name` string — The name of the issuing bank.
    - `allowed_amount` object — The minimum and maximum `amount` allowed for the payment method.
      - `max` integer — The maximum `amount` (in eurocents) allowed for the payment method. The type can be integer or null. If `null`, no maximum amount applies for this payment method.
      - `min` integer — The minimum `amount` (in eurocents) allowed for the payment method.
    - `allowed_countries` string[] — The countries supported by the payment method. If empty, all countries are supported.
    - `allowed_currencies` string[] — The currencies supported by the payment method. If empty, all currencies are supported.
    - `apps` object — The applications supported by the payment method.
      - `fastcheckout` object — Information about [FastCheckout](https://docs.multisafepay.com/docs/fastcheckout).
        - `is_enabled` boolean — Whether FastCheckout is enabled for this payment method.
      - `payment_components` object — Information about [payment components](https://docs.multisafepay.com/docs/payment-components).
        - `is_enabled` boolean — Whether payment components are enabled for this payment method.
        - `has_fields` boolean — Whether payment components contain fields that require action from the customer.
    - `brands` object[] — Information about any co-branded versions of the payment method.
      - `icon_urls` object — URLs to different versions of the co-branded payment method logo.
        - `large` string — The URL to a large-sized version of the co-branded payment method logo.
        - `medium` string — The URL to a medium-sized version of the co-branded payment method logo.
        - `vector` string — The URL to a vector version of the co-branded payment method logo.
      - `id` string — The unique identifier for the co-branded payment method.
      - `name` string — The name of the co-branded payment method.
    - `icon_urls` object — URLs to versions of the payment method logo.
      - `large` string — The URL to a large-sized version of the payment method logo.
      - `medium` string — The URL to a medium-sized version of the payment method logo.
      - `vector` string — The URL to a vector version of the payment method logo.
    - `id` string — The identifier of the payment method (also known as gateway identifier).
    - `manual_capture` object — Information about manual capture for the payment method.
      - `is_enabled` boolean — Whether manual capture is enabled.
      - `supported` boolean — Whether the payment method supports manual capture.
    - `name` string — The name of the payment method.
    - `preferred_countries` string[] — The countries where customers prefer this payment method (based on historical transaction data). If empty, the payment method is not preferred in any country.
    - `shopping_cart_required` boolean — Whether shopping cart information is required for payments.
    - `required_customer_data` string[] — The required parameters from the [`customer` object](https://docs.multisafepay.com/recipes/customer-object-1). If empty, no `customer` parameters are required for this payment method.
    - `tokenization` object — Whether the payment method supports [recurring payments](https://docs.multisafepay.com/docs/recurring-payments) and relevant information.
      - `is_enabled` boolean — Whether tokenization is enabled for this payment method and merchant.
      - `models` object — Which [recurring models](https://docs.multisafepay.com/docs/recurring-payments#recurring-models) the payment method supports. If recurring payments are enabled, the array can be empty.
        - `cardonfile` boolean — Whether the cardonfile recurring model is enabled.
        - `subscription` boolean — Whether the subscription recurring model is enabled.
        - `unscheduled` boolean — Whether the unscheduled recurring model is enabled.

## Other responses

- `404` — Payment method not found

---

[API](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api.md) · [All operations](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multisafepay/multisafepay-banking-order-api/revisions/ce9612e4a307/schema)
