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://api.yativo.com/api/v1/customer/virtual/cards/list?page=1&per_page=20' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{ "status": "success", "status_code": 200, "message": "Request successful", "data": [ { "card_id": "card_01HX9KZMB3F7VNQP8R2WDGT4E5", "card_number": "4111 **** **** 1234", "expiry": "04/29", "currency": "USD", "balance": "150.00", "status": "active", "customer_id": "da44a3e6-eb5d-429f-8d17-357aa5a6cdf2", "created_at": "2026-04-01T10:00:00Z" } ], "meta": { "total": 5, "per_page": 20, "current_page": 1 } }
Retrieve all virtual cards issued to customers
GET /customer/virtual/cards/list