---
title: "GET /api/customers/me/payment-methods/{id}"
method: GET
path: "/api/customers/me/payment-methods/{id}"
tags: ["api", "customer-payment-methods"]
---

# GET /api/customers/me/payment-methods/{id}

`GET /api/customers/me/payment-methods/{id}`

Get payment method for logged in customer

## Path parameters

- `id` string, required — ID of the customer payment method

## Response `200`

OK

- object
  - `_id` string, required — The ID of the payment method
  - `paymentDetails` object — Payment details visible to the customer
    - `type` 'visa' | 'mc' | 'sepadirectdebit' | 'amex' | 'sofort' | 'klarna' | 'ideal' | 'giropay' | 'paypal' | 'local' | 'discover' | 'custom' | 'twint' | 'postfinance' | 'blik' | 'p24' | 'affirm' | 'dankort' | 'eps' | 'mobilepay' | 'payconiq' | 'bancontact' | 'payfast' | 'distributor' | 'marketplace' | 'cartebancaire' | 'paymentplan' | 'bizum' | 'afterpay' | 'zip' | 'ach' | 'paybybank' | 'link' | 'alipay' | 'wechatpay' | 'pix' | 'eftpos' | 'revolutpay' | 'wero' | 'scalapay' | 'vipps' | 'cashapppay' | 'crypto' | 'customerbalance' | 'unknown' | 'none', required
    - `identifier` string, required
    - `expiration` object
      - `month` number, required
      - `year` number, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
