---
title: "Deposit"
method: POST
path: "/api/billing/wallet/{customer_id}/deposit"
tags: ["Billing"]
---

# Deposit

`POST /api/billing/wallet/{customer_id}/deposit`

Deposit credits into a customer wallet.

Production deposits must flow through Stripe webhooks, PayPal capture, or
crypto/Lightning — not this direct credit endpoint.

## Path parameters

- `customer_id` string, required

## Request body

- DepositRequest
  - `amount_cad` number, required
  - `description` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-08** `cbe3ad94235c` — 3 warning
  - the `amount_cad` request property's exclusiveMinimum was set to `0.00`
  - the `description` request property's maxLength was set to `500`
  - the `amount_cad` request property's max was set to `10000.00`

[Change history](https://skmtc.dev/aabiro/apis/xcelsior/changes/api/billing/wallet/:customer_id/deposit/post.md)

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/32211b6f9d65/schema)
