# Get the next new transaction — Stripe Botize method — `stripe.transactions` (action). Retrieves the next new transaction from Stripe. The search always starts from the most recent transaction. You can optionally filter by type (e.g., charge, payout, refund). This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `type` *(string, one of: ""; "charge"; "refund"; "payout"; "stripe_fee"; "application_fee"; "transfer"; "payment"; "payment_refund"; "payout_failure"; "adjustment")* — Filter by transaction type ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{transaction_id}}` *(text)* — Transaction ID - `{{amount}}` *(decimal)* — Amount - `{{currency}}` *(text)* — Currency - `{{type}}` *(text)* — Type - `{{description}}` *(text)* — Description - `{{created}}` *(text)* — Created at - `{{metadata}}` *(array)* — Metadata ## Account Needs a connected Stripe account in Botize: https://botize.com/en/app/stripe/authenticate ## This app Every trigger and action for Stripe: https://botize.com/en/app/stripe.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/stripe/transactions