Card Delivery Tracking API

Retrieve card tracking information

Returns tracking information for the card with the ID specified in the request URL.

get/v1/cards/{cardId}/delivery_trackings

Path parameters

cardIdstring required

ID of the card account.

Response

Card tracking data was fetched successfully.

idstring

Unique identifier for the card tracking record.

card_idstring

ID of the card.

shipping_providerstring

The shipping company that shipped the card.

date_of_shipmentstring date

(Conditional field) Contains the date when the card was shipped. If the card hasn't shipped, then this property will be empty.

shipping_tracking_informationstring

(Conditional field) Contains the tracking code provided by the shipping company. If the card hasn't shipped, or if there was an error with the shipment, then this property will be empty.

messagestring

(Conditional field) Contains the error message from the provider in case there was a problem. If there was an error, then the shipping_tracking_information property will be empty.

country_codestring

(Conditional field) Country ISO Code to represent countries, dependent territories, and special areas of geographical interest.

has_pictureboolean

(Conditional field) Flag that shows card has the picture or not.