Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://crypto-api.yativo.com/api/v1/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" } }
Track the status and shipment details of a physical card order
Bearer YOUR_ACCESS_TOKEN