---
title: "Copy of Deposit via Lightning"
method: POST
path: "/wallets/corporate/lightning/topup"
---

# Copy of Deposit via Lightning

`POST /wallets/corporate/lightning/topup`

Add funds to a Bitcoin account using the Lightning Network

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `applicationId` string, required — The Id of the corporate who is sending this transaction
  - `sourceAccountId` string, required — The Id of the account to credit
  - `memo` string — An optional memo
  - `amount` string, required — Amount in satoshis
  - `ttl` integer — LN Invoice expiry in minutes (Between 10 and 1440)

## Response `200`

200

- object
  - `id` string
  - `description` string
  - `amount` integer
  - `invoice` string
  - `expiry` integer

---

[API](https://skmtc.dev/striga/apis/striga-v1.md) · [All operations](https://skmtc.dev/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/striga/striga-v1/revisions/63e57aa7df45/schema)
