v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
Physical Card

Get physical card shipping order by bulkship ID

get/cards/{bulkshipId}/bulkship

Path parameters

bulkshipIdstring uuid required

The unique shipping ID provided after placing a bulk shipment order by calling the POST /cards/bulk-ship endpoint.

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Response

Card Orders

card_idstring

The unique identifier of the card that will be embossed and shipped as part of the bulk shipment.

skustring

The stock-keeping unit (SKU) is a unique identifier printed on the packaging of each embossed card. It allows for easy identification of the card and ensures it is matched with the correct cardholder for further processing (such as final-mile postage) without needing to open the packaging. Once a bulk order is placed, the embossed cards will be delivered to your specified address. The SKU enables verification of the correct card during shipment, maintaining the integrity of the packaging.

Example response

[
  {
    "shipping_address": {
      "country": "HK"
    }
  }
]