#leguflow
1 messages ยท Page 1 of 1 (latest)
hello! you can take a look at the payment options here : https://stripe.com/docs/payments/online-payments
But how do I redirect users to the checkout session/payment link?
you use a redirect on your frontend for Checkout Sessions, or you can set it as a link on the button e.g. https://stripe.com/docs/payment-links/buy-button
How do I pass form data then? I need to pass an ID from the site
you can pass it in the client_reference_id
I'm sorry I don't know how to do that. I'm supposed to embed it in the code right?
if you can share which integration path you're leaning towards, I can point you to how to do that
Okay so I made it! I just added this line and it did pass the data ! ๐
I really appreciate the help!!
Gotta figure out just how to style the card ๐
style it in what way?
I'd like it to take up the whole width of the parent div