Hi there Pipedream community,
My app is hosted on Webflow and I am trying to do the following:
I have a sort of auction app whereby buyers can bid (=make offers) on products. if the offer is accepted, the buyer HAS to pay the bid amount (valid for a set period, say one week). As such, I want to be able to collect buyer’s credit card details when they place bids and charge them if and only if their offer is accepted (manually probably).
The way I have set it up now is to collect bids through a form submission on Webflow. But I struggle with the payment side (Stripe).
I imagine that I need to create a customer and create a payment intent by collecting their card details and only charge the card manually through Stripe if the offer is accepted.
I saw that we could create a Stripe SETUP INTENT (as opposed to payment intent, am I correct?) on Pipedream from a form submission on Webflow. The problem is that there is obviously no credit card details from the Webflow form.
I was thinking of charging the smallest amount possible through a Stripe customer portal integrated on Webflow (50 cents) to have the card’s information saved, but I read that you can only charge the card once on Stripe…
Any idea on how to execute the above? Would be incredible!
I have seen the following on Stripe:
Thanks!!
Elsa