Skip to main content
Version: Streamsheets 3.0

STRIPE.CHARGE.GET

Premium

Retrieves the details of a charge that has previously been created.

Syntax

=STRIPE.CHARGE.GET(ChargeID, [ResponseTarget])

Arguments

NameTypeDescription
ChargeIDStringThe unique charge ID that was returned by previous charge create request.
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.GET("ch_3Lxoal2eZvKYlo2C01xfKOA1")
JSONRetrieves detailed information for charge with id "ch_3Lxoal2eZvKYlo2C01xfKOA1".