Register Free Stamps Account
Every ShipStation API account receives a Free Stamps.com account which gives you deep discounts with USPS. In this step, we'll guide you through registering your free account and passing billing information to Stamps.com.
WARNING: You cannot link your accounts to the public test account, you'll need to use your own API key for testing.
Initial Registration
Example Request
POST /v1/registration/stamps_com
All fields are required, except for address_line2 and company_name.
Example Response
Verify your Stamps.com account
After you have finished the initial step of registering your Stamps.com account, you will need to complete your registration via phone verification.
Please use the following endpoints.
Example Request
POST /v1/connections/carriers/stamps_com/:carrier_id/verification
INFO: Only sms verification supported initially
Example Response
You should receive a text message with your verification code. Take that and your verification_id and put it in the
payload of the following call.
Example Request
PUT /v1/connections/carriers/stamps_com/:carrier_id/verification/:verification_id