---
title: "List payment account IDs by consumer ID"
method: GET
path: "/consumer/{id}/paymentAccounts"
tags: ["Consumer"]
---

# List payment account IDs by consumer ID

`GET /consumer/{id}/paymentAccounts`

## Path parameters

- `id` string, required — Gateway consumer ID (user ID)

## Headers

- `X-Request-ID` string

## Response `201`

Success

- object
  - `method` 'card' | 'applepay' | 'sepa' | 'sofortbanking' | 'ideal' | 'eps' | 'mybank' | 'bancontact' | 'giropay' | 'przelewy24' | 'onlinebanking' | 'skrill' | 'clickandbuy' | 'paypal' | 'pix' | 'boleto' | 'pps' | 'gash' | 'crypto' | 'paygarden' | 'alipay' | 'wechat' | 'unionpay_wallet' | 'voucher' | 'paysafecard' | 'ukash' | 'safeklick' | 'sms' | 'x1' | 'lotericas' | 'picpay' | 'deposit_express' | 'payid' | 'spei' | 'oxxo' | 'codi' | 'todito' | 'banktransfer' | 'cashpayment' | 'pse' | 'efecty' | 'tpaga' | 'pago46' | 'khipu' | 'multibanco' | 'bncr' | 'mbway' | 'papara' | 'havale' | 'webpay_chile' | 'banktransferChile' | 'khipu' | 'mach' — Payment method
  - `number` string — Full card number
  - `paymentAccountId` string — Gateway consumer ID (user ID)
  - `brand` string
  - `expirationMonth` string — The expiry month of the card
  - `expirationYear` string — The expiry year of the card
  - `disabled` boolean — Shows whether card is active or inactive.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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