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

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

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

Get payment method for customer

## Path parameters

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

## Response `200`

OK

- CustomerPaymentMethodResource
  - `_id` string, required — The ID of the payment method
  - `status` 'ACTIVE' | 'DELETED' | 'EXPIRED', required — The status of the payment method
  - `sellerId` string, required — The ID of the seller this payment method
  - `data` object — Whether the payment method is primary
  - `paymentDetails` object — Whether the payment method is primary
  - `primary` boolean, required — Whether the payment method is primary
  - `active` boolean, required — Whether the payment method is primary
  - `gatewayType` 'stripe' | 'paypal' | 'adyen' | 'custom' | 'cardconnect' | 'worldline' | 'shift4' | 'authorizenet' | 'wallee' | 'square' | 'payfast' | 'touchnet' | 'transact' | 'unzer' | 'monext' | 'vivenuPayments' | 'ebanx' | 'rapyd' | 'momentusPayments' | 'additional-payment-method' — The type of the payment gateway associated to this method
  - `gatewayId` string, required — The ID of the attached payment gateway or additional payment method
  - `channels` union[] — The type of the customer payment method
    - union
      - boolean
      - number
      - object
      - string
      - boolean
      - number
      - object
      - string
  - `createdAt` string, date-time — The created ISO timestamp
  - `updatedAt` string, date-time — The last updated ISO timestamp

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