---
title: "Add Funds"
method: POST
path: "/payment/funds"
tags: ["Billing"]
---

# Add Funds

`POST /payment/funds`

## Query parameters

- `use_checkout` boolean

## Cookies

- `session` unknown

## Request body

- AddFundsIn
  - `amount` integer, required — Amount to add in cents

## Response `200`

Successful Response

- AddFundsOut
  - `checkout_url` string, nullable — Stripe Checkout Session URL to complete payment. Non-null when no saved payment method is on file.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/versions/2df28210837a/schema)
