---
title: "Retrieve Enrolled Payment Method by Id PCI data"
method: GET
path: "/customers/{customer_id}/payment-methods/{payment_method_id}"
---

# Retrieve Enrolled Payment Method by Id PCI data

`GET /customers/{customer_id}/payment-methods/{payment_method_id}`

## Path parameters

- `customer_id` string, required
- `payment_method_id` string, required

## Response `200`

200

- object
  - `idempotency_key` string
  - `id` string
  - `account_id` string
  - `name` string
  - `description` string
  - `type` string
  - `category` string
  - `country` string
  - `status` string
  - `sub_status` string, nullable — Additional status detail.
  - `vaulted_token` string
  - `action` string
  - `redirect_url` string, nullable — URL to redirect the customer to, for redirect workflows.
  - `created_at` string
  - `updated_at` string
  - `enrollment` object
    - `session` string
    - `sdk_required_action` boolean
  - `provider` object
    - `id` string
    - `type` string
    - `token` string
    - `provider_status` string, nullable — Status returned by the provider.
  - `customer_payer` object
    - `first_name` string
    - `last_name` string
    - `email` string
    - `gender` string
    - `date_of_birth` string
    - `document` object
      - `document_number` string
      - `document_type` string
    - `phone` object
      - `number` string
      - `country_code` string
    - `billing_address` object
      - `address_line_1` string
      - `address_line_2` string
      - `country` string
      - `state` string
      - `city` string
      - `zip_code` string
  - `card_data` object
    - `number` string — Full card number. Only returned for PCI-certified merchants.
    - `iin` string
    - `lfd` string
    - `expiration_month` integer
    - `expiration_year` integer
    - `number_length` integer
    - `security_code_length` integer
    - `brand` string
    - `issuer` string
    - `issuer_code` string, nullable — Code of the card-issuing bank.
    - `category` string
    - `type` string
    - `fingerprint` string
    - `network_token` object — Network token details for the card. Only returned when a network token has been provisioned for the card.
      - `network` string — Card network that provisioned the token.
      - `number` string — The DPAN: the full network token number provisioned by the network, read from the vault. Only returned for PCI-certified merchants.
      - `status` string — Status of the network token.
      - `par` string — Payment Account Reference (PAR) associated with the underlying card.
      - `network_token_id` string — Token reference assigned by the card network.
      - `token_data` object
        - `iin` string
        - `lfd` string
        - `expiration_month` integer
        - `expiration_year` integer
      - `response` object
        - `code` string
        - `message` string
  - `last_successfully_used` boolean, nullable — Whether the payment method was successfully used at least once.
  - `last_successfully_used_at` string, nullable — Timestamp of the last successful use (ISO 8601).
  - `verify` object
    - `vault_on_success` boolean
    - `payment` object, nullable — Payment details associated with the verification, if applicable.
  - `preferred` boolean, nullable — Whether this is the customer's preferred payment method.

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/versions/05b629819b49/schema)
