Fund Your ShipEngine Balance
Once you’ve activated ShipEngine Carriers, you’ll need to add funds to your account balance to start purchasing labels.
This article explains how to add funds to your ShipEngine account balance programmatically using the PUT method with the add_funds
endpoint.
To learn how to add funds to your account balance via the ShipEngine dashboard, see the Add Funds section of our ShipEngine Carriers help article.
Requirements
- The
carrier_id
property for one of your ShipEngine carriers. - The
currency
andamount
properties. Currently, all ShipEngine transactions are in US Dollars (USD) or British Pounds (GBP) only. - The
add_funds
endpoint must first be enabled by the ShipEngine Support team. If you'd like to add funds via this endpoint, submit a request with our support team.
Add Funds
Example Request & Response
PUT /v1/carriers/:carrier_id/add_funds
Example Response
Check Your Balance
You can check your balance for a particular carrier using the List Carriers endpoint. For any carrier account where requires_funded_amount
is set to true
, you can add funds.
Fund Balances for Stamps.com or Endicia Standalone Accounts
If you have connected a standalone Stamps.com or Endicia account, you can use the same endpoint to fund those account balances as well. Simply use the corresponding carrier_id
to indicate which balance you want to fund.