---
title: "Deposit credit"
method: POST
path: "/account/credit/deposit"
tags: ["Billing"]
---

# Deposit credit

`POST /account/credit/deposit`

Creates an invoice to add credit to your wallet.

## Request body

- object
  - `amount` number, float, required — Amount in USD to deposit

## Response `201`

Invoice created

- Invoice
  - `id` integer
  - `description` string
  - `status` 'new' | 'paid' | 'failed' | 'cancelled'
  - `total` number, float
  - `due_date` integer — Unix timestamp (UTC)
  - `created_at` integer
  - `items` InvoiceItem[]
    - `product_type` 'credit' | 'metered_plan' | 'metered_data' | 'static_proxies' | 'unlimited_plan'
    - `name` string
    - `price_per_unit` number, float
    - `quantity` integer

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/proxiware/apis/proxiware-api.md) · [All operations](https://skmtc.dev/proxiware/apis/proxiware-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proxiware/proxiware-api/revisions/4e98e5b8cc44/schema)
