Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/digital-banking/cards/

Operations
Operations
Operations
Operations
Operations
Operations

Retrieve card tracking information

Request

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

Path
cardIdstringrequired

ID of the card account.

Example: 1fe8caa4bf1f49d87b2d63c14bb565f0mcrd
No request payload

Responses

Card tracking data was fetched successfully.

Bodyapplication/jsonArray [
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.

]
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 } ]