---
title: "Wallet Options"
method: POST
path: "/api/v1/prepayment/wallet_options"
tags: ["Prepare Payment"]
---

# Wallet Options

`POST /api/v1/prepayment/wallet_options`

## Request body

- WalletOptionRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `mode` string — Please send it as 'T' for test purposes, otherwise it will be in production mode.
  - `language` string — Its default value is tr. If you want to get messages in other languages, please send it. You can find supported languages in the api supported_languages.

## Response `200`

Successful Response

- WalletOptionResponse
  - `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
  - `services` WalletEntegrator[]
    - `service_name` string — Wallet service name.
    - `wallets` PosWallet[]
      - `wallet_id` integer — Wallet Service Wallet Id
      - `name` string — Wallet Name
      - `image_url` string — Wallet Image Url
      - `description` string — Wallet description

## 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)
