#akshay_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1253215154129211432
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Currently it is like this Whcih opens only on click of button
Hi, I'm getting a teammate who has mobile expertise.
What i want is instead of the button, it shuld display the form
Hi @analog basin the PaymentSheet can only be launched as a modal, there's no option to embed it in your own page.
Then What can i use for my requirement??
You can consider embedding the legacy card element https://docs.stripe.com/payments/card-element?platform=react-native
How is it diffrent from mobile payment element
Card element only supports card payments.
There is no other way to use payment element for my requirements right??
No
Ok thank you Jack
Just one more question please
Ignore my requirements.. Would u prefer me using payment element or card element
I'd definitely recommend PaymentSheet, it support more payment method types and you can also use dynamic payment methods with it.
Will i be able to customise the design of the form in card elements
If you're using Card Elements, you can customize it with the style object, https://docs.stripe.com/js/appendix/style and https://docs.stripe.com/js/elements_object/create_element?type=card#elements_create-options-style. Please note that this is for Card Elements only and Card Elements is a legacy product.
Ill be able to make it look like this right
Maybe, you would need to test this on your end.