---
title: "Add Funds To Carrier"
method: PUT
path: "/v1/carriers/{carrier_id}/add_funds"
tags: ["carriers"]
---

# Add Funds To Carrier

`PUT /v1/carriers/{carrier_id}/add_funds`

Add Funds To A Carrier

## Request body

- AddFundsToCarrierRequestBody — A monetary value, such as the price of a shipping label, the insured value of a package, or an account balance.
  - `currency` string, required — The currencies that are supported by ShipEngine are the ones that specified by ISO 4217: https://www.iso.org/iso-4217-currency-codes.html
  - `amount` number, required — The monetary amount, in the specified currency.

## Response `200`

The request was a success.

- AddFundsToCarrierResponseBody — The current balance of the requested carrier account
  - `balance` MonetaryValue, required — A monetary value, such as the price of a shipping label, the insured value of a package, or an account balance.
    - `currency` string, required — The currencies that are supported by ShipEngine are the ones that specified by ISO 4217: https://www.iso.org/iso-4217-currency-codes.html
    - `amount` number, required — The monetary amount, in the specified currency.

## Other responses

- `400` — The request contained errors.
- `404` — The specified resource does not exist.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

---

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