I’m trying to create a Back End Workflow that when a Stripe Payment is successful. Part of its operation is to record the Order and associated Line Items in my app’s data. My problem is that a lot of the information for the Order comes from Custom States and as there’s no “Element Actions” option on the Back End workflow so I can’t record the Order.
I’m told that Stripe allows you to send a parameter when you create the payment intent and I understand this to mean that I can pass the details I need from the Custom States to the Parameter which would then be sent back to me with the Webhook. But, try as I might, I cannot find anywhere that lets me enter Parameters when using Charge the Current User on the Workflow for the Stripe Payments. I feel like I’ve missed something fundamental.
I’m using Stripe by Bubble. Do I need to install Stripe.JS2 or something instead? I’m already out of my depth with this but I can’t believe that what I’m trying to do is really that unusual.
I’d really welcome any suggestions.
All the best
Joe