---
title: "GET /payment-method-token/{paymentMethodTokenId}"
method: GET
path: "/payment-method-token/{paymentMethodTokenId}"
---

# GET /payment-method-token/{paymentMethodTokenId}

`GET /payment-method-token/{paymentMethodTokenId}`

Get details of a payment method token

## Path parameters

- `paymentMethodTokenId` string, required

## Response `200`

Payment method token details retrieved successfully

- GetPaymentMethodTokenResponse
  - `paymentMethodId` string, required — Unique identifier of the payment method
  - `paymentMethod` string, required — Type of payment method
  - `customerId` string, required — The unique identifier for the customer, generated via the [create-customer API](/api-reference/customers/create-customer)
  - `status` 'LIVE' | 'DELETED', required — Status of the payment method token. Please refer to payment method token [status](/products/setup-method/overview#payment-method-token-lifecycle) for more details.
  - `createdAt` integer, required — Epoch timestamp in milliseconds of when the payment method token was created

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.net/xpaycheckout/apis/xpay-api-store.md) · [All operations](https://skmtc.net/xpaycheckout/apis/xpay-api-store/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xpaycheckout/xpay-api-store/versions/6329a7c694bc/schema)
