---
title: "GET /payment-api/v1/payment-methods"
method: GET
path: "/payment-api/v1/payment-methods"
tags: ["Payment Methods"]
---

# GET /payment-api/v1/payment-methods

`GET /payment-api/v1/payment-methods`

## Query parameters

- `CustomerEmail` string
- `PageNumber` integer
- `PageSize` integer

## Response `200`

Success

- PaymentMethodResponseDto[]
  - `id` integer
  - `type` string, nullable
  - `card` PaymentMethodCardResponseDto
    - `brand` string, nullable
    - `brandProduct` string, nullable
    - `country` string, nullable
    - `description` string, nullable
    - `expMonth` integer
    - `expYear` integer
    - `fingerprint` string, nullable
    - `funding` string, nullable
    - `iin` string, nullable
    - `issuer` string, nullable
    - `last4` string, nullable
    - `zip` string, nullable
    - `currency` string, nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `503` — Server Error

---

[API](https://skmtc.dev/iolpay/apis/iolpay-payment-api-public.md) · [All operations](https://skmtc.dev/iolpay/apis/iolpay-payment-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iolpay/iolpay-payment-api-public/revisions/f14fdc43700a/schema)
