#Nils | cardanopick.com
1 messages ยท Page 1 of 1 (latest)
Hi! Let me help you with this.
I feel like you actually need Stripe Checkout: https://stripe.com/docs/payments/checkout
It creates the same hosted checkout experience, however each link is generated for each individual customer, and there's much more customization options.
I'll check it out, thanks.
Out webforms are unfortunately pretty deeply integrated with other tools & products, so we would need to keep those ๐ค
But let me check it out
What do you mean by "webforms"?
Wordpress Forms basically
Those are connected to CRM systems, Invoicing tools, Google Sheets, etc.
Overall a pretty cool workflow and everything is running on autopilot. Only the payment links are tricky to solve since we now offer a "configure your own product" type of thing
There's an API to create Payment Links: https://stripe.com/docs/api/payment_links/payment_links/create
But if you're creating those automatically, you can as well start with Checkout Sessions.
Okay, I'll check it out. Thanks ๐