---
title: "PaymentMethods"
method: GET
path: "/v2/paymentmethods"
tags: ["Core Data"]
---

# PaymentMethods

`GET /v2/paymentmethods`

Get all payment methods.

## Response `200`

OK

- PaymentMethodPaymentMethodsOutput — Represents a collection of payment methods.
  - `paymentMethods` PaymentMethodPaymentMethodOutput[] — Collection of PaymentMethod.PaymentMethodOutput objects or an empty array
    - `id` integer — The ID of the payment option e.g. iDEAL is 10. See: services/get/sl-xxxx-xxx.
    - `name` string — The name of the payment method.
    - `description` string, nullable — The description of the payment method.
    - `sequence` integer — The sequence of the payment method.
    - `public` boolean — Public status of the payment method.
    - `status` string — Active status of payment method.
    - `image` string — The image of the payment method.
    - `translations` object — Object containing all the translations with the property name in which the corresponds with a property on the object itself.
    - `targetCountries` string[] — The target countries of the payment method.
    - `paymentProfiles` PaymentMethodPaymentMethodOutputPaymentProfile[]
      - `id` integer — The payment profile identifier.
      - `name` string — The name of the payment profile.
      - `publicName` string — Public name of the payment method
      - `public` boolean — Check if payment method is public
      - `selectable` boolean — Check if payment method is selectable
      - `paymentMethodGroup` string, nullable — Payment method group where payment method is assigned to
      - `paymentType` string, nullable — Payment type
      - `customerIdType` string, nullable — The type of customer id you can expect
      - `riskCategory` 'LOW' | 'MEDIUM' | 'FAIR' | 'HIGH' | 'UNACCEPTABLE' | 'UNKNOWN' — The risk category of the payment profile
      - `translations` object — Object containing all the translations with the property name in which the corresponds with a property on the object itself
      - `issuers` PaymentMethodPaymentMethodOutputIssuer[] — Issuers linked to the Payment Method
        - `id` string — The identifier for this issuer.
        - `code` string — The code for this issuer.
        - `name` string — The issuer name.
      - `categories` PaymentMethodPaymentMethodOutputCategory[] — Categories linked to the Payment Method
        - `code` string — The category (code) identifier
        - `name` string — The category name.
      - `createdAt` string, date-time, nullable — The date and time at which this entity was created in ISO-8601 (ATOM) notation
      - `modifiedAt` string, date-time, nullable — The date and time at which this entity was modified in ISO-8601 (ATOM) notation.
      - `deletedAt` string, date-time, nullable — The date and time at which this entity was deleted in ISO-8601 (ATOM) notation.
    - `createdAt` string, date-time, nullable — The date and time at which this entity was created in ISO-8601 (ATOM) notation
    - `modifiedAt` string, date-time, nullable — The date and time at which this entity was modified in ISO-8601 (ATOM) notation.
    - `deletedAt` string, date-time, nullable — The date and time at which this entity was deleted in ISO-8601 (ATOM) notation.
  - `total` integer, nullable — The total items the collection contains
  - `_links` LinkOutput[], nullable
    - `href` string, nullable — The URI to the linked resource
    - `rel` string, nullable — The name of the linked resource
    - `type` string, nullable — The (http(s)) method needed to approach the linked resource

## Other responses

- `400` — Bad request, see response body for more information
- `401` — Unauthorized. Supplied credentials are invalid
- `403` — Forbidden. Supplied credentials have no rights
- `404` — Resource not found
- `405` — Used HTTP method is not allowed
- `406` — Not acceptable. The supplied content type in the accept parameter in the header is not supported
- `410` — Indicates that this resource is no longer available for use
- `415` — Unsupported media. The supplied content type in the content-type parameter in the header is not supported
- `429` — Rate limit reached.
- `500` — An internal error occurred.
- `503` — The server is currently unable to handle your request

---

[API](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/versions/2bc260c7bdfc/schema)
