Cross-Provider Workflow
Amberflo Customer to Stripe Customer
Version 1.0.0
Read an Amberflo billing customer, then provision a matching Stripe customer.
Providers Orchestrated
Workflows
sync-customer-to-stripe
Read an Amberflo customer, then create a Stripe customer.
Reads a customer from Amberflo billing and provisions a matching customer in Stripe.
1
get-amberflo-customer
$sourceDescriptions.amberfloBillingApi.getCustomerById
Read the Amberflo billing customer record.
2
create-stripe-customer
$sourceDescriptions.stripeCustomersApi.postCustomers
Create a matching Stripe customer.
Source API Descriptions
openapi