Returns tracking information for the card with the ID specified in the request URL.
Card creation & servicing (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards/
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards/v1/cards/{cardId}/delivery_trackings
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadCard tracking data was fetched successfully.
(Conditional field) Contains the date when the card was shipped. If the card hasn't shipped, then this property will be empty.
(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.
(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.
(Conditional field) Country ISO Code to represent countries, dependent territories, and special areas of geographical interest.
Response
application/json
[ { "id": "2ba86442-a9a1-4634-9eb8-fef3500322b3", "card_id": "1fe8caa4bf1f49d87b2d63c14bb565f0mcrd", "date_of_shipment": "2022-02-18", "shipping_provider": "DHL Express", "shipping_tracking_information": "JD014600009536663804", "country_code": "DE", "has_picture": true }, { "id": "c82d6e7b-2604-4a42-a147-543c5db76c67", "card_id": "1fe8caa4bf1f49d87b2d63c14bb565f0mcrd", "shipping_provider": "DHL Express", "message": "DHLEX: 420505|The destination location is invalid. Please check the data|999|Process failure occurred. Process ID associated for that transaction (123456)|", "country_code": "ES", "has_picture": true } ]