Using the Stripe Marketplace plugin, how can I add gratuities to a payment after the payment intent had been completed?
Hello @paulb
Thank you for reaching out.
At the current stage of the plugin, I am afraid it is not possible to add gratuities to payment. However, I would like to point out how it can potentially be implemented using Bubble workflows.
-
Create a workflow that will check the payment status for example every 5 seconds and start the process if the payment is successful.
-
The first step is to open a popup(which should have been previously created), which offers to pay a tip in amount (usually a tip is 5-10% of the order amount).
-
Then create a workflow, so that pressing one of these buttons, starts the process of paying a tip in % of the total payment amount, for example, the order amount is $100 - then the tip is $10-15
The first point may be different, and you might set to start this process when a certain condition is met. Also, it is just an example of how you can implement tips into the payments, and I am sure there are other ways this can be done.
Please let me know if it helps
Take care.