GET_TRANSACTION_DETAIL_STRIPE

Get the detail of a transaction by the ID of your charges or payouts.

icon of StripeStripe
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
GET_TRANSACTION_DETAIL_STRIPE(source_id)
source_id

The source ID. This parameter accepts the ID of your charge or payout. Use the SEARCH_CHARGES_STRIPE() or SEARCH_PAYOUTS_STRIPE() function to find the correct ID.

Examples

GET_TRANSACTION_DETAIL_STRIPE("ch_1Hn2rHEeKjSM1pA2e5fXLBaQ") returns the details of the charge with the following id: "ch_1Hn2rHEeKjSM1pA2e5fXLBaQ".