Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stripe-payment-link-sms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This template shows you how to create an invoice in Stripe based on an SMS promp

It is divided up into two functions:

- [create-invoice](./functions/create-invoice.js): handles the Twilio webhook event when an SMS is received and creates the invoice in Stripe.
- [send-invoice-sms](./functions/create-invoice.js): handles the Stripe webhook event when the invoice is finalized and send the payment link SMS to the customer.
- [create-invoice](./functions/create-invoice.protected.js): handles the Twilio webhook event when an SMS is received and creates the invoice in Stripe.
- [send-invoice-sms](./functions/send-invoice-sms.js): handles the Stripe webhook event when the invoice is finalized and send the payment link SMS to the customer.

![Stripe SMS receipt demo gif](https://github.com/thorsten-stripe/demo-gifs/blob/master/twilio-stripe-payment-link-sms.gif?raw=true)

Expand Down