---
title: "Get Bulk Card Order"
method: POST
path: "/getBulkCardOrder"
tags: ["Instant Issue"]
---

# Get Bulk Card Order

`POST /getBulkCardOrder`

Use Get Bulk Card Order to retrieve the details of an existing bulk card order that was created with the <a href="ref:post_createbulkcardorder" target="_blank">Create Bulk Card Order</a> endpoint. Consult the <a href="doc:instant-issue-cards" target="_blank">Instant-Issue Cards</a> guide for instructions on using this endpoint.

## Response `default`

- object
  - `status_code` integer, nullable, required — The response status code. May return a string for some statuses.
  - `status` string, nullable, required — The condition of a process or response
  - `processing_time` number, float, nullable, required — The time elapsed in processing the transaction
  - `echo` object, nullable, required — A structure that contains transaction ID information
    - `transaction_id` string, nullable, required — An ID that represents an API transaction
    - `provider_timestamp` string, date-time, nullable, required — Store a related timestamp for reporting and troubleshooting purposes
    - `provider_transaction_id` string, nullable, required — Secondary transaction identifier (generated by a provider)
  - `system_timestamp` string, date-time, nullable, required — A system generated timestamp
  - `rtoken` string, nullable, required — A system-generated ID used for tracking
  - `errors` string[] — A list of errors generated while the request was processed
  - `response_data` object, nullable, required — A structure for the response data. It can be empty but usually will contain information.
    - `status` string, required — Status of the card order: `P` &mdash; Processed; `E` &mdash; Error
    - `prod_id` string, nullable, required — Identifier for the product associated with the card order
    - `order_id` string, required — Identifier for the card order
    - `number_of_cards` integer, required — Number of cards in the order
    - `emboss_with` string, nullable, required — First line to be embossed on cards
    - `ship_to_name` string, nullable, required — Shipping name the for card order
    - `ship_to_address` string, nullable, required — Address for shipping card order
    - `ship_to_city` string, nullable, required — City for shipping address
    - `ship_to_state_or_province` string, nullable, required — State or province for the shipping address
    - `ship_to_postal_code` string, nullable, required — Postal code for the shipping address
    - `location` string, required — Location for cards
    - `location_name` string, nullable, required — Location name for cards
    - `location_type` integer, required — Location type for cards
    - `card_id_range_start` integer, required — This field returns zeros only
    - `card_id_range_end` integer, required — This field returns zeros only
    - `cards` object[], nullable, required — List of cards in the order
      - `card_id` string, required — System-generated card identifier (CAD). Use this ID instead of the <<glossary:PAN>> if not PCI-compliant. `None` means that no card was created.
      - `pmt_ref_no` string, required — System-generated account number. Also called the <<glossary:PRN>>.
      - `status` string, required — See <a href="ref:api-reference-instant-issue-card-statuses" target="_blank">Instant Issue Card Statuses</a> for valid values.
      - `card_number` string, nullable, required — The card number, also called the <<glossary:PAN>>. This value is masked unless you are PCI compliant and CINFI is set.
      - `expiry_date` string, date-time, nullable, required — Date when the card expires

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/versions/bcd728f97a18/schema)
