STRIPE.CHARGE.GET
Premium
Retrieves the details of a charge that has previously been created.
Syntax
=STRIPE.CHARGE.GET(ChargeID, [ResponseTarget])
Arguments
Name | Type | Description |
---|---|---|
ChargeID | String | The unique charge ID that was returned by previous charge create request. |
ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write any response to |
Return
Type | Description |
---|---|
Boolean,Result,Error | Request result if no target is specified otherwise TRUE. In case of an error the corresponding error-code is returned. |
Examples
Formula | Result | Comment |
---|---|---|
| JSON | Retrieves detailed information for charge with id "ch_3Lxoal2eZvKYlo2C01xfKOA1". |