#jcalentine
1 messages · Page 1 of 1 (latest)
Which integration type do you use? Payment Intent, Checkout Session.... etc?
currently i am using stripe.checkout.session
i have products that are selected in the frontend and then in the backend I have a successful payment that stores the session_id and is followed up with a webhook
I would not use the webhook in this instance as it is not necessary for anything currently, but I may send out an email using smtp
You can create a price that allows the customer decides the amount pay for tipping and add it as a line item in the checkout session creation: https://stripe.com/docs/payments/checkout/pay-what-you-want
@unborn oxide nvm I will look through the link you just sent and ask questions if needed