Skip to main content
GET
/
api
/
yativo-card
/
{yativoCardId}
/
cards
/
physical
/
order
/
{orderId}
/
status
curl -X GET 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/cards/physical/order/ord_01HX9KZMB3F7VNQP8R2WDGT4EN/status' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "status": "success",
  "message": "Order status retrieved successfully",
  "data": {
    "order_id": "ord_01HX9KZMB3F7VNQP8R2WDGT4EN",
    "yativo_card_id": "yvc_01HX9KZMB3F7VNQP8R2WDGT4EI",
    "status": "shipped",
    "tracking_number": "1Z999AA10123456784",
    "carrier": "UPS",
    "estimated_delivery": "2026-04-02",
    "shipped_at": "2026-03-27T09:00:00Z",
    "created_at": "2026-03-26T12:00:00Z"
  }
}
Authorization
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
yativoCardId
string
required
The Yativo Card account ID.
orderId
string
required
The physical card order ID.
curl -X GET 'https://crypto-api.yativo.com/api/yativo-card/yvc_01HX9KZMB3F7VNQP8R2WDGT4EI/cards/physical/order/ord_01HX9KZMB3F7VNQP8R2WDGT4EN/status' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "status": "success",
  "message": "Order status retrieved successfully",
  "data": {
    "order_id": "ord_01HX9KZMB3F7VNQP8R2WDGT4EN",
    "yativo_card_id": "yvc_01HX9KZMB3F7VNQP8R2WDGT4EI",
    "status": "shipped",
    "tracking_number": "1Z999AA10123456784",
    "carrier": "UPS",
    "estimated_delivery": "2026-04-02",
    "shipped_at": "2026-03-27T09:00:00Z",
    "created_at": "2026-03-26T12:00:00Z"
  }
}