#Magic Mage
1 messages ยท Page 1 of 1 (latest)
Have you looked at our docs yet? We have a ton of guides there on how to accept payments there https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
And does that support bootstrap 5's model dialogs? I plan to have something where a dialog pops up with a similar ui like that (and then when the payment succeeds it will update some database things to where they would see that their "plan" updated.
and thanks for that link by the way, I will look more into that.
Ah, so basically it needs a client side first, and then a server side to do the rest.
Yeah you need a client-side UI (using our Elements) to collect the payment mehtods
that would be a lot easier than creating our own elements, let's hope it can embed inside of a bootstrap 5 modal dialog ๐ .
Long story short we use 5 because someone on the team accidentally grabbed a v5 theme which was a good thing as then we could use modal dialogs.
Yeah I'm not fully sure if it'll work with bootstrap 5 modal dialogs but go ahead and try it
Ah ok, if all else fails and if it does not work, I guess we could try to figure out an alternate solution (until a friendly version of it for it can be made).
And yes for security reasons I did not want to store billing information directly, however I am not sure if we should tie the stripe customer id for our ERD's account table so that way I do not have to do email lookup using the email address that is stored in that table. ๐ค
It's really all up to you and what you need your integration to do - it's fine for you to store the stripe customer ID in your own databases