---
title: "Check the status of a temporary payment methd token when dealing with 3D secure."
method: GET
path: "/temporarypaymentmethod/{token}/"
tags: ["Temporary payment method"]
---

# Check the status of a temporary payment methd token when dealing with 3D secure.

`GET /temporarypaymentmethod/{token}/`

When the 'status' attribute of the response returns 'tokencreated', you can use the token to confirm payments.

## Path parameters

- `token` string, required

## Response `200`

Response when creating a temporary payment method

- InlineResponse200TemporarypaymentmethodGet
  - `token` string
  - `status` string — Checkout or temporary payment method status. `tokencreated` means the token is ready to use.

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.net/askell/apis/a-skell-api.md) · [All operations](https://skmtc.net/askell/apis/a-skell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/askell/a-skell-api/versions/9234f937fa26/schema)
