---
title: "Add funds to carrier account"
method: POST
path: "/carriers/addfunds"
tags: ["carriers"]
---

# Add funds to carrier account

`POST /carriers/addfunds`

Adds funds to a carrier account using the payment information on file.

**IMPORTANT:** Requires approval from apisupport@shipstation.com before use.

## Request body

- object
  - `carrierCode` string, required — The carrier to add funds to
  - `amount` number, required — Dollar amount to add (min $10, max $10,000)

## Response `200`

Funds added successfully

- object
  - `name` string
  - `code` string
  - `accountNumber` string
  - `requiresFundedAccount` boolean
  - `balance` number

## Other responses

- `400` — Bad Request - The request could not be understood or was missing required parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `500` — Internal Server Error - An error occurred on the server

---

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