---
title: "Confirm Wallet Deposit"
method: POST
path: "/payment/wallet/deposit/confirm"
tags: ["PAYMENT"]
deprecated: true
---

# Confirm Wallet Deposit

`POST /payment/wallet/deposit/confirm`

> **Deprecated.**

Confirm a wallet deposit after Stripe Checkout redirect.

## Headers

- `x-tenant` string

## Request body

- WalletDepositConfirmRequest — Frontend sends this after Stripe Checkout redirect.
  - `checkout_session_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/aab3fe5c9f05/schema)
