patch https://uat-api.synapsefi.com/v3.1/users//nodes//subnets//ship
Deprecated Request Fields
Key | Type | Description |
---|---|---|
expedite | boolean | [DEPRECATED] Flag to expedite shipping speed of card. Extra fees apply |
Card Shipment Object
Key | Type | Description |
---|---|---|
._id | string | Object ID of card shipment |
address | object | Object containing the address shipment information |
address.address_care_of | string | Optional field for a "care of" portion of the address, when the recipient at the mailing address may not be the primary/normal recipient at that address. The maximum characters allowed in the field is 50. All values greater than 50 will be truncated. Note: If provided (e.g. w/ Add Mailing Address call) this will be printed under the first address line on the card as a secondary label (unless a separate secondary_label was provided). |
address_city | string | City for the card shipment address. |
address.address_country_code | string | Country code card shipment. This value needs to be in ISO Alpha-2 (e.g. US). |
address.address_street | string | Street address for the card shipment. This can be home address of a person or business address of a corp. Please include apartment, suite, or unit numbers. |
address_subdivision | string | State or province abbreviation for the card shipment. This value needs to be in ISO Alpha-2 (e.g. CA). |
address.address_postal_code | string | Postal code (e.g. ZIP code) for the card shipment. |
card_style_id | string | Style ID of card |
created_on** | integer | Card creation date |
delivery | string | Shipping speed of card. STANDARD, STANDARD|TRACKING, EXPEDITE, or OVERNIGHT |
name | string | Name printed on card |
node_id | string | Node ID assoicated with the card shipment |
secondary_label | string | Optional field beneath the cardholder name. Max character length: 26. Note: If provided this will be printed under the first address line on the card as a secondary label. If secondary_label was not provided, please note that the address_care_of portion of a mailing address may still be printed on the card as a secondary label. |
status | string | Card shipment status |
subnet_id | string | Subnet ID associated with the card shipment. |
tracking | string | Tracking ID for card if it was shipped with a tracking number (Defaults as null) |
transaction_id | string | Transaction ID associated with the card shipment. |
Additional Information
- Cards may only be shipped twice every 6 months
- To view the shipping status of a card in transit, please refer to the View Card Shipment call.