Create a Physical Card
post/physical_cards
Request body
Example request
{
"card_id": "card_oubs0hwk5rn6knuecxg2",
"cardholder": {
"first_name": "Ian",
"last_name": "Crease"
},
"shipment": {
"address": {
"city": "New York",
"line1": "33 Liberty Street",
"line2": "Unit 2",
"name": "Ian Crease",
"postal_code": "10045",
"state": "NY"
},
"method": "usps"
}
}Response
Physical Card
Example response
{
"card_id": "card_oubs0hwk5rn6knuecxg2",
"cardholder": {
"first_name": "Ian",
"last_name": "Crease"
},
"created_at": "2020-01-31T23:59:59Z",
"id": "physical_card_ode8duyq5v2ynhjoharl",
"idempotency_key": null,
"physical_card_profile_id": "physical_card_profile_m534d5rn9qyy9ufqxoec",
"shipment": {
"address": {
"city": "New York",
"country": "US",
"line1": "33 Liberty Street",
"line2": "Unit 2",
"line3": null,
"name": "Ian Crease",
"postal_code": "10045",
"state": "NY"
},
"method": "usps",
"schedule": "next_day",
"status": "shipped",
"tracking": {
"number": "9400110200881234567890",
"return_number": null,
"return_reason": null,
"shipped_at": "2020-01-31T23:59:59Z",
"updates": [
{
"carrier_estimated_delivery_at": null,
"category": "delivered",
"city": null,
"created_at": "2020-01-31T23:59:59Z",
"postal_code": "10001",
"state": null
}
]
}
},
"status": "active",
"type": "physical_card"
}