Cross-Provider Workflow
Stripe Balance to Google Sheet Reconciliation
Version 1.0.0
Read the Stripe balance and transactions, then append them to a Google Sheet.
Providers Orchestrated
Workflows
balance-to-sheet
Read Stripe balance and transactions, then append to a sheet.
Reads the Stripe balance and recent balance transactions, then appends a reconciliation row to a Google Sheet.
1
get-balance
$sourceDescriptions.stripeBalanceApi.getBalance
Read the current Stripe account balance.
2
get-transactions
$sourceDescriptions.stripeBalanceApi.getBalanceTransactions
Read recent Stripe balance transactions.
3
append-to-sheet
$sourceDescriptions.googleSheetsApi.appendValues
Append the balance figures to a Google Sheet.
Source API Descriptions
openapi