Cross-Provider Workflow
Stripe Payment to SMS Confirmation
Version 1.0.0
Charge a customer with Stripe, then text them a confirmation via Twilio.
Providers Orchestrated
Workflows
charge-and-sms-confirm
Create a Stripe payment, then text an SMS confirmation on success.
Creates and confirms a PaymentIntent in Stripe and, on a succeeded charge, sends a confirmation SMS via Twilio Messaging.
1
create-payment
$sourceDescriptions.stripeApi.postPaymentIntents
Create and confirm a PaymentIntent for the customer's order.
2
send-confirmation
$sourceDescriptions.twilioMessagingApi.createMessage
Text the customer an order confirmation via Twilio Messaging.
Source API Descriptions
openapi
openapi