Card Bulk Orders
card_bulk_orders
Methods
get/v1/card_bulk_orders
List bulk orders for physical card shipments [BETA]
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.
get/v1/card_bulk_orders/{bulk_order_token}
Retrieve a specific bulk order by token [BETA]
path Parameters
bulk_order_token: string
(format: uuid)Response fields
Request example
200Example
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
