/physical_cardsCreate a physical card
Creates a physical card for an underlying card and specifies the cardholder and shipping details. Supply card_id, both cardholder names, and the required shipment method and address; if omitted, the physical card profile defaults to the latest default profile.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Physical card details, including the underlying card, cardholder name, and shipment information.
card_id, cardholder, and shipment are required; cardholder must include first_name and last_name, and shipment must include method and address. The combined cardholder first and last names cannot exceed 25 characters, and each name must match the specified character pattern. shipment.method must be usps, fedex_priority_overnight, fedex_2_day, or dhl_worldwide_express; the address must include name, line1, city, state, and postal_code.