#Reinhardt

1 messages · Page 1 of 1 (latest)

full archBOT
long violet
#

What do you mean by "create elements directly"? You always use stripe.js to create Elements

glacial stream
#

For getting card details it seems so
However, for External Accounts it doesn't seem necessary

#

Is there an equivalent to stripe.elements for React Native?

long violet
#

Ahhh, okay I understand your question now. I don't think there's a way to get around fetching server side functions for creating elements in most cases

glacial stream
#

Does that mean that the only options for recording credit card details for later payments are still only. the CardField and CardForm?

long violet
glacial stream
#

Thanks.
unfortunately we don't need the full payment element in our current workflow as we aren't processing a payment at the point at which we record the credit card details

long violet
#

Ahhhh, okay. Then you just want to save the Payment Method for future usage?

glacial stream
#

yes

#

Are there any other options for ReactNatvie to do that?

long violet
glacial stream
#

that seems to still use the Payment Sheet element

long violet
#

Yup, I don't think there's a way around that

glacial stream
#

good to know

#

Thanks for clarifying!