#kennethpogi323
1 messages · Page 1 of 1 (latest)
Hi there!
hi
You mean the Checkout Session page?
You can customize some of the design here: https://dashboard.stripe.com/settings/branding
I want to use just the card details that stripe hold the card and the other things like name emails is going to my database
What's your question? I'm not sure I understand.
I want to separate it to checkout and the other details like email and name are going to my database
What do you mean by "separate it"?
And all the details can be stored in your database by listening to checkout.session.completed event. You can learn more about this here: https://stripe.com/docs/payments/checkout/fulfill-orders
okay i got it thanks