How to capture Stripe orders
Status: Closed · Asked by olimckenna on · 0 views
Hello,
I am using Marquiz to collect payment, but without the lead generator form. Only a sliding scale > payment.
I connected the form for Stripe (i.e. only via API)
Since there is no form, I can't capture the lead, however, I'd like to capture the email + card on name and send it to Pabbly.
Not sure where to add the Stripe webhook from Pabbly in this case.
Any help would be amazing, thank you!
Hey @olimckenna
You can refer to the following video tutorial on how you can configure the webhook URL in your Stripe account.
youtube.com/watch?v=08cOYxc_CWg
I hope this might help you out.
Thanks this makes sense. But when I add the webhook and do a test charge, it doesn't register the successful charge for some reason.
I am doing all in test mode, the charge is successfully captured, so not sure what's the problem
Can you record a short video on how you are capturing the webhook response?
Sorry, I found the issue now!
I had the same issue but thanks for the video. It really helps.
But my only concern is if I have 2 products with the same price how will I differentiate?
But my only concern is if I have 2 products with the same price how will I differentiate?
You can filter out the condition with the help of the Filter/Router action by passing the product's name.