curl -X POST 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/cards/physical/order' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"shipping_address": {
"line1": "123 Main Street",
"line2": "Apt 4B",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country": "US"
},
"personalization": {
"cardholder_name": "JANE DOE"
}
}'
{
"status": "success",
"message": "Physical card order placed successfully",
"data": {
"order_id": "ord_01HX9KZMB3F7VNQP8R2WDGT4EN",
"yativo_card_id": "yvc_01HX9KZMB3F7VNQP8R2WDGT4EI",
"card_type": "physical",
"status": "processing",
"estimated_delivery": "2026-04-02",
"shipping_address": {
"line1": "123 Main Street",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country": "US"
},
"created_at": "2026-03-26T12:00:00Z"
}
}
Place an order for a physical card to be shipped to an address
curl -X POST 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/cards/physical/order' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"shipping_address": {
"line1": "123 Main Street",
"line2": "Apt 4B",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country": "US"
},
"personalization": {
"cardholder_name": "JANE DOE"
}
}'
{
"status": "success",
"message": "Physical card order placed successfully",
"data": {
"order_id": "ord_01HX9KZMB3F7VNQP8R2WDGT4EN",
"yativo_card_id": "yvc_01HX9KZMB3F7VNQP8R2WDGT4EI",
"card_type": "physical",
"status": "processing",
"estimated_delivery": "2026-04-02",
"shipping_address": {
"line1": "123 Main Street",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country": "US"
},
"created_at": "2026-03-26T12:00:00Z"
}
}
Bearer YOUR_ACCESS_TOKENShow shipping_address fields
curl -X POST 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/cards/physical/order' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"shipping_address": {
"line1": "123 Main Street",
"line2": "Apt 4B",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country": "US"
},
"personalization": {
"cardholder_name": "JANE DOE"
}
}'
{
"status": "success",
"message": "Physical card order placed successfully",
"data": {
"order_id": "ord_01HX9KZMB3F7VNQP8R2WDGT4EN",
"yativo_card_id": "yvc_01HX9KZMB3F7VNQP8R2WDGT4EI",
"card_type": "physical",
"status": "processing",
"estimated_delivery": "2026-04-02",
"shipping_address": {
"line1": "123 Main Street",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country": "US"
},
"created_at": "2026-03-26T12:00:00Z"
}
}