Skip to content

[Feat]: Add payment_mode to carrier account parameters #663

Description

@TGKN

Feature Request Is New

  • I have verified that the requested feature does not already exist or has not already been requested.

Description of the feature

Hi,
I was sent a cURL by easypost support explaining to me how to register a USPS Ship carrier for a child account. This cURL includes a payment_mode property that is currently unavailable in the CarrierAccout Create parameters. Please add it. Here is the cURL sent to me by easypost support as an example.

curl -X POST https://api.easypost.com/v2/carrier_accounts
-u :
-H 'Content-Type: application/json'
-d '{
"carrier_account": {
"type": "UspsShipPlatformAccount",
"payment_mode": "aggregation",
"description": "",
"reference": "",
"credentials": {
"company_name": "",
"address_street": "",
"address_city": "",
"address_state": "",
"address_zip": "",
"phone": "",
"email": "",
"shipper_id": "<platform_shipper_id>"
}
}
}'

Thanks for your help
Kai

Metadata

Metadata

Labels

triageIssue is being researched

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions