#Tomato-IBAN-ReactNative

1 messages ยท Page 1 of 1 (latest)

vale pilot
#

Hi ๐Ÿ‘‹ I'm not certain off the top of my head, so please bear with me while I investigate this scenario and get back to you.

tired barn
#

ok, thank u!

minor turtle
#

hey there just catching up here from @vale pilot

minor turtle
#

We definitely support setting up a payment method like this ๐Ÿ™‚

minor turtle
#

I need to step away so Iโ€™m going to archive this thread. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact

solar crystal
#

๐Ÿ‘‹ @tired barn opened the thread!

tired barn
#

I don't need pay by iban. I need create external bank account with IBAN. From react-native library

#

@solar crystal

#

@minor turtle

solar crystal
#

Sorry about the wait - I'm finishing up some other questions but can get to you in just a few minutes!

#

thank you for being patient

tired barn
#

@solar crystal Yes

#

I need generate token for it in react-native stripe lib

#

How could i do it?

solar crystal
#

There currently is no way to create a bank account token client-side with the react native SDK. You'd have to make your own form and then make the request to create it server-side

tired barn
#

@solar crystal So does it mean that i must accept stripe verification for creating token on server-side?

solar crystal
#

Can you clarify what you mean by that?

tired barn
#

@solar crystal

solar crystal
#

Ah, are you referring to the fact that you need to go through some extra steps because you're using raw pans when you. make that call from your server?

tired barn
#

yea

solar crystal
#

Gotcha - so the reason for that is because card information needs PCI compliance. Bank accounts are not subject to PCI compliance, so it's fine to make that call from the backend

tired barn
#

Oh, earlier they wrote to me here that this is not the case