---
title: "Load"
method: POST
path: "/api/v1/wallet/load"
tags: ["Wallet"]
---

# Load

`POST /api/v1/wallet/load`

## Request body

- WalletLoadRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `request_id` string, required — It must be one the order_id's that you send to payment request previously.
  - `channel_id` string, required — Channel Id
  - `store_id` string, required — Store Id
  - `phone_number` string, required — Card Phone Number
  - `barcode` string, required — Card Barcode
  - `description` string, required — Description
  - `hash_data` string, required — This is the calculated hash data for this sample payment request. BASE_64_ENCODE( SHA_256( APPLICATION_KEY + PHONE_NUMBER + BARCODE + AMOUNT + SECRET_KEY ) )
  - `amount` string, required — It must be send in integer format by multipliying original value with 100. For example 1 must be 100, 3.42 must be 342
  - `currency` string — Its default is TRY, if you want to use another currency please send it by ISO Code like USD, EUR
  - `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

- WalletLoadResponse
  - `response_code` string — You will get 00 for successful cancel/refund operation, otherwise another response code for the error. You can reach the list of response codes on the Response Codes Api
  - `message` string — Here is the explanation of response code

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