#dceron
1 messages · Page 1 of 1 (latest)
I would suggest sticking with our elements, which you should be able to style pretty extensively
For questions about PCI compliance, you'll need to speak with our support team: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
What kind of styling are you trying to apply?
Got it, thanks!
Well, I want to use something like the CardForm, it has all the elements sticked together, I want to add some spacing between them, remove the labels, and some coloring as well
Colours and spacing you should be able to control, but labels are part of what we control
Got it, Which element from the SDK would you recommend for allowing my users to Edit/Create cards and select one as default?
You can see our usage example with some styling applied via cardStyle here: https://github.com/stripe/stripe-react-native#usage-example
and the full SDK reference for that here:
https://stripe.dev/stripe-react-native/api-reference/interfaces/CardFieldProps.html#cardStyle
So our payment element is going to be your best bet here, which has support for presenting payment methods already saved to the customer (if you provide one)
Awesome, thanks for your assistance!
I'll check these options
Take a look at this guide: https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet
To get the saved customer cards, you need to do the optional step of providing a customer & ephemeral key here:
Really helpful, thanks
NP!
Hey @slate grotto , last question
Say, I just want to allow my users to just save and edit their payment methods in some part of my app. Which element do you recommend for this?
I don't want to charge or show any amount($) yet in this step