---
title: "Physical Card Shipping"
method: POST
path: "/open-api/v3/physical-cards/bulk-ship"
tags: ["Physical Card"]
---

# Physical Card Shipping

`POST /open-api/v3/physical-cards/bulk-ship`

Use this endpoint to ship physical cards

## Request body

- BulkShipReqDTO
  - `cardIds` string[], required — Infinity Card id collection.(All card IDs provided in this field must belong to the same card BIN.)
  - `email` string, required — Recipient's Email.
  - `accountId` string, uuid, required — The UUID of the Account.
  - `phoneNumber` string, required — Recipient's Phone Number.
  - `phoneCountryCode` string, required — Recipient's Phone Code.
  - `firstName` string, required — Recipient's FirstName.
  - `lastName` string, required — Recipient's LastName.
  - `taxId` string — Tax Identification Number. This field is required when the country in shippingAddress is BR or MX. For BR, it must be an 11-digit CPF number. For MX, it must be a 13-character RFC (alphanumeric).
  - `cardPackage` 'p_0' | 'p_1' — Packaging type. p_0: cards only packed in the tray box; p_1: card + carrier + envelope (single packaging design).
  - `shippingAddress` Address, required — Mailing or billing address
    - `addressLine1` string, required — Primary address line (Street address / PO Box / Company name). English letters only, numbers and common symbols allowed.
    - `addressLine2` string — Secondary address line (Apartment / Suite / Unit / Building). English letters only, numbers and common symbols allowed.
    - `city` string, required — City. English letters and spaces only.
    - `state` string, required — **State / County / Province / Region**: Required for all countries. - For the US and Canada: must provide the subdivision using the two-letter code (e.g., WA for Washington State). - For other countries without a state/province, repeat the country name. - Allowed characters: English letters, numbers, and common symbols.
    - `country` string, required — Two-letter country code, as defined in ISO 3166-1 alpha-2. Example: US
    - `postalCode` string, required — Postal / ZIP code of the address.

## Response `200`

OK

- BulkshipResponse — bulk ship physical cards resource
  - `code` string — Return code
  - `message` string — Error message
  - `data` BulkshipResource — Returned data
    - `status` 'SUCCESS' | 'FAILED' | 'PENDING', required
    - `taskId` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
