curl --request GET \
--url https://api.cartevo.co/api/v1/cards/{id}/transactions \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"message": "Data retrieved successfully",
"data": [
{
"id": "7d1cdfa3-9904-4a17-bce5-092554170c0e",
"category": "CARD",
"type": "FUND",
"amount": 50,
"status": "SUCCESS",
"description": "Card funding: **** **** **** 5407",
"created_at": "2023-11-07T05:31:56Z",
"card": {
"id": "91b3c6d6-111b-44da-9f81-16f019bebe8c",
"status": "ACTIVE",
"balance": 0.45,
"currency": "USD",
"number": "tkAlsp_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2YWx1ZSI6IjUzNjAyNTI0ODM0NjU0MDciLCJpYXQiOjE3NjExNDg5NzR9.7sNid1b1pxmkpseiCR45E8Xj9hdmenZDovBcjVatBF0",
"masked_number": "**** **** **** 5407",
"cvv": "tkAlsp_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2YWx1ZSI6Ijg1NyIsImlhdCI6MTc2MTE0ODk3NH0.K7YHl0nzZTsScjUma_G5fyxYZFNnK-2SczstVtdMK1A",
"expiry_month": 10,
"expiry_year": 28,
"is_virtual": true,
"is_physical": false,
"created_at": "2023-11-07T05:31:56Z"
},
"customer": {
"id": "4d4dad81-7899-4612-a9f6-133ce56a4507",
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe"
}
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 15,
"totalPages": 1
}
}Retrieves a list of transactions for a specific card.
curl --request GET \
--url https://api.cartevo.co/api/v1/cards/{id}/transactions \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"message": "Data retrieved successfully",
"data": [
{
"id": "7d1cdfa3-9904-4a17-bce5-092554170c0e",
"category": "CARD",
"type": "FUND",
"amount": 50,
"status": "SUCCESS",
"description": "Card funding: **** **** **** 5407",
"created_at": "2023-11-07T05:31:56Z",
"card": {
"id": "91b3c6d6-111b-44da-9f81-16f019bebe8c",
"status": "ACTIVE",
"balance": 0.45,
"currency": "USD",
"number": "tkAlsp_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2YWx1ZSI6IjUzNjAyNTI0ODM0NjU0MDciLCJpYXQiOjE3NjExNDg5NzR9.7sNid1b1pxmkpseiCR45E8Xj9hdmenZDovBcjVatBF0",
"masked_number": "**** **** **** 5407",
"cvv": "tkAlsp_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2YWx1ZSI6Ijg1NyIsImlhdCI6MTc2MTE0ODk3NH0.K7YHl0nzZTsScjUma_G5fyxYZFNnK-2SczstVtdMK1A",
"expiry_month": 10,
"expiry_year": 28,
"is_virtual": true,
"is_physical": false,
"created_at": "2023-11-07T05:31:56Z"
},
"customer": {
"id": "4d4dad81-7899-4612-a9f6-133ce56a4507",
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe"
}
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 15,
"totalPages": 1
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A list of transactions for the specified card.
true
200
"Data retrieved successfully"
Show child attributes
"7d1cdfa3-9904-4a17-bce5-092554170c0e"
"CARD"
"FUND"
50
"SUCCESS"
"Card funding: **** **** **** 5407"
Show child attributes
"91b3c6d6-111b-44da-9f81-16f019bebe8c"
"ACTIVE"
0.45
"USD"
Encrypted card number
"tkAlsp_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2YWx1ZSI6IjUzNjAyNTI0ODM0NjU0MDciLCJpYXQiOjE3NjExNDg5NzR9.7sNid1b1pxmkpseiCR45E8Xj9hdmenZDovBcjVatBF0"
"**** **** **** 5407"
Encrypted CVV
"tkAlsp_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2YWx1ZSI6Ijg1NyIsImlhdCI6MTc2MTE0ODk3NH0.K7YHl0nzZTsScjUma_G5fyxYZFNnK-2SczstVtdMK1A"
10
28
true
false