---
title: "Payment Method - Get Payment Method Token Data"
method: GET
path: "/v1/payment-methods/token/{payment_method_temporary_token}/details"
tags: ["Payment Methods"]
---

# Payment Method - Get Payment Method Token Data

`GET /v1/payment-methods/token/{payment_method_temporary_token}/details`

Retrieve the Payment method id associated with a payment method token.

## Path parameters

- `payment_method_temporary_token` string, required

## Headers

- `X-Profile-Id` string, required

## Response `200`

Payment Method Token Data Retrieved

- PaymentMethodGetTokenDetailsResponse
  - `id` string, required — The payment method ID associated with the token
  - `payment_method_token` string, required — The token associated with the payment method

## Other responses

- `404` — Payment Method Not Found | Payment method token either expired or does not exist

---

[API](https://skmtc.dev/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.dev/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
