---
title: "Saved Card Query"
method: POST
path: "/api/v1/prepayment/saved_card_query"
tags: ["Prepare Payment"]
---

# Saved Card Query

`POST /api/v1/prepayment/saved_card_query`

## Request body

- SavedCardQueryRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `card_owner_key` string, required — Card Unique Id in your system
  - `language` string — The language which you want to see the response description

## Response `200`

Successful Response

- SavedCardQueryResponse
  - `response_code` string — You will get 00 for successful response, otherwise another response code for the error. You can reach the list of error codes on the Error Codes Api
  - `message` string — Here is the explanation of response code
  - `card_info` SavedCard
    - `id` string
    - `card_alias` string
    - `masked_card_number` string
    - `user_id` string
    - `card_owner_key` string
    - `card_token` string
    - `card_customer_token` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/jetcheckout/apis/jet-checkout.md) · [All operations](https://skmtc.dev/jetcheckout/apis/jet-checkout/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jetcheckout/jet-checkout/revisions/b17a3806ccb0/schema)
