Cross-Provider Workflow
Amberflo Usage to Stripe Invoice
Version 1.0.0
Ingest a metered usage event into Amberflo, then bill it on a Stripe invoice.
Providers Orchestrated
Workflows
meter-usage-and-invoice
Record Amberflo usage, then create and finalize a Stripe invoice.
Ingests a metered usage event into Amberflo, adds a matching invoice item to the customer's Stripe account, and finalizes the resulting invoice.
1
ingest-usage
$sourceDescriptions.amberfloMeteringApi.ingestMeterEvents
Ingest a metered usage event into Amberflo.
2
add-invoice-item
$sourceDescriptions.stripeInvoiceApi.postInvoices
Create a Stripe invoice item for the metered usage.
3
finalize-invoice
$sourceDescriptions.stripeInvoiceApi.postInvoicesInvoiceFinalize
Finalize the draft invoice so it becomes payable.
Source API Descriptions
openapi