Card Bulk Orders

card_bulk_orders

Methods

List Bulk Orders -> CursorPage<>
get/v1/card_bulk_orders

List bulk orders for physical card shipments [BETA]

Create Bulk Order ->
post/v1/card_bulk_orders

Create a new bulk order for physical card shipments [BETA]. Cards can be added to the order via the POST /v1/cards endpoint by specifying the bulk_order_token. Lock the order via PATCH /v1/card_bulk_orders/{bulk_order_token} to prepare for shipment. Please work with your Customer Success Manager and card personalization bureau to ensure bulk shipping is supported for your program.

Response fields
Request example
200Example
Get Bulk Order ->
get/v1/card_bulk_orders/{bulk_order_token}

Retrieve a specific bulk order by token [BETA]

Update Bulk Order ->
patch/v1/card_bulk_orders/{bulk_order_token}

Update a bulk order [BETA]. Primarily used to lock the order, preventing additional cards from being added

Domain types

CardBulkOrder = { token, card_tokens, created, 5 more... }

Represents a bulk order for physical card shipments