An abbreviated list of report transactions in CSV format.

Important Notes

If the "productType" is set to "Virtual", and the "transactionType" is set to "Capture", the following "metadata" will be returned in your response with these parameters:

  • authorizationCodes: An authorization code for the authorizations made on the virtual card. It can be one or many, depending on the number of authorizations done on the card.
  • networkTransactionId: A unique transaction id from the payment gateway.
  • issuingCardType: Can be "Virtual" or "InStore", depending on where the card was processed.

Note: The metadata will be blank for "transactionType": "Refund."

Example Response

"TransactionDate","TransactionType","OrderDate","MerchantReference","ZipOrder","Customer","GrossAmount","MerchantFee","TransactionFee","MerchantFeeForPaymentPlan","NetAmount","TotalFee","Currency","MerchantId","PaymentDate","TransferId","MerchantPlatformId","ProductType","OrderId","AuthorizationCodes","NetworkTransactionId","IssuingCardType"
"03/24/2022","","03/24/2022","ref-123”,”123456,”Bob Smith",0.0000,0.0000,0.0000,-4.0000,-4.0000,-4.0000,"USD","TestMerchant","03/25/2022","","N/A","Classic","44444444-4444-4444-4444-444444444444","","",""
"03/24/2022","","03/24/2022","ref-122”,”220324-123456”,”Bob Smith",0.0000,-2.1200,0.0000,0.0000,-2.1200,-2.1200,"USD","TestMerchant","03/25/2022","","N/A","Classic","44444444-4444-4444-4444-444444444444","","",""
"03/03/2022","","03/03/2022","ref-111”,”220303-123456,”Bob Smith",0.0000,0.0000,0.0000,-4.0000,-4.0000,-4.0000,"USD","TestMerchant","03/04/2022","","N/A","Classic","44444444-4444-4444-4444-444444444444","","",""
Language