Export Card Transactions
The virtual card export endpoint helps to export all transactions performed by a card within some specified date range
Request Header
Name
Type
Description
Request body
Name
Type
Description
{
"date_from": "2024-10-01",
"date_to": "2024-11-01"
}Response body
{
"success": true,
"message": "Exported card txns. Please donwload from url",
"data": {
"download_csv_url": "https://example.co"
}
}Last updated