curl --request GET \
--url https://api.synctera.com/v2/cards/{card_id}{
"card_details": {
"form": "PHYSICAL",
"account_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"card_product_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"creation_time": "2010-05-06T12:23:34.321Z",
"emboss_name": {
"line_1": "Jane Smith",
"line_2": "Acme Inc."
},
"id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"shipping": {
"address": {
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"country_code": "<string>",
"postal_code": "<string>",
"state": "<string>"
},
"care_of_line": "<string>",
"is_expedited_fulfillment": true,
"method": "LOCAL_MAIL",
"phone_number": "+14374570680",
"recipient_name": {
"first_name": "Jane",
"last_name": "Smith",
"middle_name": "Anne"
}
},
"card_status": "ACTIVE",
"status_reason": "NEW",
"card_fulfillment_status": "ISSUED",
"card_brand": "MASTERCARD",
"physical_card_format": "MAGNETIC_STRIPE",
"business_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"expiration_month": "06",
"expiration_time": "2010-05-06T12:23:34.321Z",
"expiration_year": "25",
"is_pin_set": true,
"last_four": "1234",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"metadata": {},
"reissue_reason": "APPEARANCE",
"reissued_from_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"reissued_to_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"timestamp_pin_set": "2010-05-06T12:23:34.321Z",
"bulk_order_config_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"card_image_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"memo": "<string>",
"pending_reasons": {
"is_waiting_for_bulk_shipment": true,
"is_waiting_for_image": true,
"is_waiting_for_pin": true
},
"fulfillment_details": {
"bulk_order_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"ship_date": "2022-07-19",
"shipping_method": "UPS Next Day Air Saver",
"tracking_number": "1ZW3268W1319325382"
},
"bin": "<string>"
},
"tenant": "abcdef_ghijkl",
"type": "DEBIT"
}Get the details about a card that has been issued
curl --request GET \
--url https://api.synctera.com/v2/cards/{card_id}{
"card_details": {
"form": "PHYSICAL",
"account_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"card_product_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"creation_time": "2010-05-06T12:23:34.321Z",
"emboss_name": {
"line_1": "Jane Smith",
"line_2": "Acme Inc."
},
"id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"shipping": {
"address": {
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"country_code": "<string>",
"postal_code": "<string>",
"state": "<string>"
},
"care_of_line": "<string>",
"is_expedited_fulfillment": true,
"method": "LOCAL_MAIL",
"phone_number": "+14374570680",
"recipient_name": {
"first_name": "Jane",
"last_name": "Smith",
"middle_name": "Anne"
}
},
"card_status": "ACTIVE",
"status_reason": "NEW",
"card_fulfillment_status": "ISSUED",
"card_brand": "MASTERCARD",
"physical_card_format": "MAGNETIC_STRIPE",
"business_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"expiration_month": "06",
"expiration_time": "2010-05-06T12:23:34.321Z",
"expiration_year": "25",
"is_pin_set": true,
"last_four": "1234",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"metadata": {},
"reissue_reason": "APPEARANCE",
"reissued_from_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"reissued_to_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"timestamp_pin_set": "2010-05-06T12:23:34.321Z",
"bulk_order_config_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"card_image_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"memo": "<string>",
"pending_reasons": {
"is_waiting_for_bulk_shipment": true,
"is_waiting_for_image": true,
"is_waiting_for_pin": true
},
"fulfillment_details": {
"bulk_order_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"ship_date": "2022-07-19",
"shipping_method": "UPS Next Day Air Saver",
"tracking_number": "1ZW3268W1319325382"
},
"bin": "<string>"
},
"tenant": "abcdef_ghijkl",
"type": "DEBIT"
}The unique identifier of a card
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Card details
A card that can spend against a deposit account
A card that can spend against a deposit account
Show child attributes
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"
The type of the card program and BIN
DEBIT, CREDIT, PREPAID Was this page helpful?