Cross-Provider Workflow
Stripe Payouts to Google Sheet Reconciliation
Version 1.0.0
List Stripe payouts and append them to a Google Sheet for reconciliation.
Providers Orchestrated
Workflows
payouts-to-sheet
List a Stripe payout, read its detail, append to a sheet.
Lists Stripe payouts, retrieves the most recent payout's detail, and appends a reconciliation row to a Google Sheet.
1
list-payouts
$sourceDescriptions.stripePayoutsApi.getPayouts
List recent Stripe payouts.
2
get-payout
$sourceDescriptions.stripePayoutsApi.getPayoutsPayout
Retrieve a single payout's detail.
3
append-to-sheet
$sourceDescriptions.googleSheetsApi.appendValues
Append the payout as a reconciliation row in the sheet.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.