This endpoint allows you to fetch all your virtual cards.
Request
{{baseUrl}}/virtual_card/fetch/all
Headers
Parameters | Type | Description | Mandatory |
---|---|---|---|
Authorization | String | public secret key e.g dc_test_1T1eSavlZxy02OT3OWlvbxK4G | Required |
Response Samples
[
{
"card_harsh": "4160463277471254",
"currency": "NGN",
"card_type": "visa",
"cvv": 304,
"expiry_date": "2025-06",
"name": "Dev Center"
},
{
"card_harsh": "4160462650738875",
"currency": "NGN",
"card_type": "visa",
"cvv": 348,
"expiry_date": "2025-06",
"name": "Dev Center"
}
]