#weirdlemon-react-native

1 messages · Page 1 of 1 (latest)

tall orbit
heavy gazelle
#

Hello! Give me a few minutes to check on that for you

heavy gazelle
#

From what I can see, there isn't a way to use your own custom component and pass the collected values into confirmPayment from our React Native library

random notch
#

Is there any other alternative?

heavy gazelle
#

Not any easy ones that I know of - I know the older tipsi library supported this, but I don't think it's actively maintained anymore. Is there a specific reason you need this?

random notch
#

Yeah, kind of

#

I need the user to pre-select the cards from their already existing card data on the checkout screen

heavy gazelle
#

Are these existing cards that have already been saved as Payment Methods in Stripe?

random notch
#

In my own DB

heavy gazelle
#

Yeah, that won't work with our React Native library. Since you already have those in your DB/server-side your best option would be to create create Payment Methods from the raw card info through server-side requests instead

random notch
#

Can you point me towards some documents maybe on how can I do this? For node

heavy gazelle
#

Give me one minute! Sorry for the wait - a lot of folks here today

random notch
#

Sure

heavy gazelle
#

Also just want to check - is your setup PCI compliant?

random notch
#

Also wanted to know one more thing

#

If let's say I use the cardField component

#

Can i populate the fields of that component automatically and thus use the verification provided by stripe

#

And keep the CardField disabled too?

heavy gazelle
#

👍 Phew, that's good to hear

#

In terms of being able to pre-populate the fields of the CardField component, that's also not something that's currently supported

random notch
#

It'd be great to have it though!!

#

Thanks a lot Karbi, I shall go through the docs now. Thanks for the help