#Magic Mage

1 messages ยท Page 1 of 1 (latest)

paper waveBOT
crystal turret
floral bison
#

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.

floral bison
#

Ah, so basically it needs a client side first, and then a server side to do the rest.

crystal turret
#

Yeah you need a client-side UI (using our Elements) to collect the payment mehtods

floral bison
#

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.

crystal turret
#

Yeah I'm not fully sure if it'll work with bootstrap 5 modal dialogs but go ahead and try it

floral bison
#

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. ๐Ÿค”

crystal turret
#

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