exportCharges
Synchronously exports charges to a CSV and returns a 15-minute pre-signed download URL. Includes charge.succeeded, charge.captured, charge.failed, charge.refunded, charge.partially_refunded, charge.canceled, and charge.paid_out events matching filter. Subject to a runtime timeout and a response-size limit — for large datasets use startExportCharges.
exportCharges(
filter: SearchableChargeFilterInput
columns: [String!]
timezone: String
): ExportCharges!
Arguments
exportCharges.filter ● SearchableChargeFilterInput input
exportCharges.columns ● [String!] list scalar
exportCharges.timezone ● String scalar
Type
ExportCharges object
Result of a synchronous charges export. CSV is generated inline and made available for download.