This operation will respond with a card
curl --request GET \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v3/{id}
{
"accountId": "1234567890",
"id": "1234567890",
"customerId": "1234567890",
"cardRole": "MAIN",
"status": "CARD_OK",
"truncatedCardNumber": "<string>",
"cardAddress": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"cardDeliveryType": "CUSTOM_1",
"cardTemplate": "<string>",
"statusDate": "2020-05-12T13:18:05",
"embossing": {
"additionalField1": "<string>",
"additionalField2": "<string>",
"additionalField3": "<string>",
"additionalField4": "<string>",
"additionalField5": "<string>",
"companyName": "Enfuce Financial Services",
"externalLayoutCode": "BlueCard",
"firstName": "Monica",
"lastName": "Liikamaa",
"manufacturer": "FACTORY_X",
"physical": true
},
"expiration": {
"year": 2019,
"month": 1
},
"pinAddress": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"pinAttempts": {
"counter": 123,
"max": 123
},
"pinDeliveryType": "CUSTOM_1",
"regionAndEcommBlocking": {
"ecomm": true,
"africa": true,
"asia": true,
"europe": true,
"home": true,
"northAmerica": true,
"oceania": true,
"southAmerica": true
},
"reason": "<string>",
"segment": "SEGMENT_A",
"usageLimits": [
{
"code": "24H",
"values": [
{
"code": "ATM",
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200
}
]
}
],
"pinStatus": "D"
}
The card id for given card
The audit user to log the request
Successful lookup of the card
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v3/{id}
{
"accountId": "1234567890",
"id": "1234567890",
"customerId": "1234567890",
"cardRole": "MAIN",
"status": "CARD_OK",
"truncatedCardNumber": "<string>",
"cardAddress": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"cardDeliveryType": "CUSTOM_1",
"cardTemplate": "<string>",
"statusDate": "2020-05-12T13:18:05",
"embossing": {
"additionalField1": "<string>",
"additionalField2": "<string>",
"additionalField3": "<string>",
"additionalField4": "<string>",
"additionalField5": "<string>",
"companyName": "Enfuce Financial Services",
"externalLayoutCode": "BlueCard",
"firstName": "Monica",
"lastName": "Liikamaa",
"manufacturer": "FACTORY_X",
"physical": true
},
"expiration": {
"year": 2019,
"month": 1
},
"pinAddress": {
"address1": "Kings street 12",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands",
"zipCode": 22100
},
"pinAttempts": {
"counter": 123,
"max": 123
},
"pinDeliveryType": "CUSTOM_1",
"regionAndEcommBlocking": {
"ecomm": true,
"africa": true,
"asia": true,
"europe": true,
"home": true,
"northAmerica": true,
"oceania": true,
"southAmerica": true
},
"reason": "<string>",
"segment": "SEGMENT_A",
"usageLimits": [
{
"code": "24H",
"values": [
{
"code": "ATM",
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200
}
]
}
],
"pinStatus": "D"
}