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

# GET /api/customers/me/payment-methods

`GET /api/customers/me/payment-methods`

Get payment methods for logged in customer

## Query parameters

- `channel` string — Channel the methods are used for
- `primary` boolean — Whether the payment method is primary or not
- `active` boolean — Whether the payment method is active or not
- `gatewayId` string — The ID of the payment gateway or additional payment method which the payment method belongs to
- `paymentGatewayChannels` string[] — The allowed payment gateway channels
- `status` string[]

## Response `200`

OK

## 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)
