Skip to main content

Charges

This job fetches Charges from Stripe. The Charge object represents a single attempt to move money into your Stripe account. PaymentIntent confirmation is the most common way to create Charges, but transferring money to a different Stripe account through Connect also creates Charges.

Add this job

Data

Sample Data

Open in new tab -

Data headers

HeaderDescription
createdCreated at timestamp
amountAmount charged
amount_capturedAmount captured
amount_refundedAmount refunded
currencyCurrency
capturedIs captured?
statusStatus
typeType of the charge
disputeDispute if any
disputedIs disputed?
failure_codeFailure code
failure_messageFailure message
paidIs paid?
receipt_numberReceipt number
receipt_urlReceipt url
refundedIs refunded?
ach_acc_noACH account number
ach_bankACH Bank
ach_routing_numberACH routing number
ach_swift_codeACH swift code
livemodeIs livemode?
payment_intentPayment intent ID
payment_methodPayment method ID
invoiceInvoice ID
customerCustomer ID
balance_transactionBalance Transaction ID
idID of the charge

Filtration options

This job can restrict the data that is visible in spreadsheets. Use the following parameters to restrict the data.

ParameterOptions
start_dateSelect charges created on or after start_date. Format - YYYY-MM-DD
end_dateSelect charges created on or before end_date. Format - YYYY-MM-DD

References