---
title: "Get payment methods (v2)"
method: GET
path: "/api/patients/payment-methods/v2"
tags: ["patients"]
---

# Get payment methods (v2)

`GET /api/patients/payment-methods/v2`

Get all saved payment methods for the current patient. Supports card, SEPA Direct Debit and PayPal.

## Response `200`

Successful Response

- PaymentMethodsListResponseV2 — List of payment methods response (v2).
  - `payment_methods` PaymentMethodResponseV2[], required — List of payment methods
    - `id` string, required — Stripe payment method ID
    - `type` string, required — Payment method type (e.g. card, sepa_debit, paypal, klarna)
    - `is_default` boolean, required — Whether this is the default payment method
    - `created_at` string, date-time, required — When the payment method was created
    - `first_name` string, nullable — Payer first name (from billing details)
    - `last_name` string, nullable — Payer last name (from billing details)
    - `card` PaymentMethodCard — Payment method card details.
      - `brand` string, required — Card brand (visa, mastercard, amex, etc.)
      - `last4` string, required — Last 4 digits of the card
      - `exp_month` integer, required — Expiration month
      - `exp_year` integer, required — Expiration year
    - `sepa_debit` PaymentMethodSepaDebit — Payment method SEPA Direct Debit details.
      - `last4` string, required — Last 4 digits of the IBAN
      - `country` string, nullable — IBAN country code
      - `bank_code` string, nullable — Bank code
      - `branch_code` string, nullable — Branch code
    - `paypal` PaymentMethodPaypal — Payment method PayPal details.
      - `country` string, nullable — PayPal payer country code
      - `payer_email` string, nullable — PayPal payer email
      - `payer_id` string, nullable — PayPal payer id
  - `default_payment_method_id` string, nullable — ID of the default payment method

---

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