Cross-Provider Workflow
Stripe Failed Payment to Twilio Dunning SMS
Version 1.0.0
Attempt a Stripe PaymentIntent, then text a dunning reminder on failure.
Providers Orchestrated
Workflows
failed-payment-dunning
Create a Stripe PaymentIntent, then SMS a dunning reminder.
Creates and confirms a PaymentIntent in Stripe and, when the status indicates the payment did not succeed, texts the customer a dunning reminder via Twilio.
1
attempt-payment
$sourceDescriptions.stripeApi.postPaymentIntents
Attempt to create and confirm a PaymentIntent in Stripe.
2
dunning-sms
$sourceDescriptions.twilioApi.createMessage
Send a dunning reminder SMS via Twilio Messaging.
Source API Descriptions
openapi