Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 413 Bytes

HOW_TOs.md

File metadata and controls

11 lines (9 loc) · 413 Bytes

How To's

This file contains some tutorials for things that Stripe doesn't have documentation for.

Tips

Follow the following flow to add tips into your integration.

  1. Create a payment intent on the server
  2. Collect the payment info and DON'T PROCESS THE PAYMENT YET
  3. Get a tip amount from the user and update the payment intent on the server
  4. Process the payment
  5. Capture the payment on the server