Skip to main content
Version: Streamsheets 3.0

STRIPE.CHARGE.GETALL

Premium

Retrieves a sorted list of previousely created charges, with most recent charge first.

Syntax

=STRIPE.CHARGE.GETALL([CustomerID], [Limit], [Options], [ResponseTarget])

Arguments

NameTypeDescription
CustomerID (optional)StringOnly return charges for customer specified by given ID.
Limit (optional)NumberLimit the number of returned charges. Limit can range between 1 and 100. Defaults to 10.
Options (optional)JSONJSON which defines additional options as key value pairs. See Stripe API for supported options and their values.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to

Return

TypeDescription
Boolean,Result,ErrorRequest result if no target is specified otherwise TRUE. In case of an error the corresponding error-code is returned.

Examples

FormulaResultComment
=STRIPE.CHARGE.GETALL(3)
JSONRetrieves a list of all created charges. Returned list is limited to 3.