#Tomato - AE IBAN

1 messages · Page 1 of 1 (latest)

brazen tartan
#

Checking in to this...

pearl goblet
#

And
where could i find documentation about which type of external accounts supported by Stripe in AE

brazen tartan
#

Apologies for the delay here. I looked through our docs and it actually looks like we only support card payment methods in AE at the moment https://support.stripe.com/questions/what-payments-methods-and-products-are-available-in-the-uae

pearl goblet
#

Thanks, but we don't need IBAN as payment method

#

We need to payout by IBAN in AE

brazen tartan
#

Gotcha. Are you using Express, Standard, or Custom connect accounts?

pearl goblet
#

custom

brazen tartan
#

In the dropdown at the top we even have an example IBAN from AE that you can use in test mode

pearl goblet
#

Thank u, but we have error when using AE iban

#

The IBAN you entered is invalid, "AE" is not a supported country code.

brazen tartan
pearl goblet
#

We need some minutes

gaunt bear
#

Hello 👋
Taking over here
Do you mean you need some time to find the request IDs? that's totally okay

pearl goblet
#

Yea

#

We can't use Stripe.js IbanElement for AE IBAN

#

How could we create IbanElement for AE IBAN?

#

In AE Stripe account

#

We use IbanElement with supportedCountries: ['AE']
But we have error
Uncaught IntegrationError: Invalid value for create(): supportedCountries.0 should be one of the following strings: SEPA. You specified: AE.

#

I will create new thread

gaunt bear
#

Please keep the messages in this thread

#

server is a little busy

#

Give me a few to catch up

pearl goblet
#

Ok

#

So final question is:

We have AE Stripe account. How could we use IbanElement for add AE IBANs?
If we add to supportedCountries property - ['AE'] - we have error:
Uncaught IntegrationError: Invalid value for create(): supportedCountries.0 should be one of the following strings: SEPA. You specified: AE.

gaunt bear
#

Looking into it

pearl goblet
#

Ok, so how could we add AE IBAN as external account to our connected account?

gaunt bear
#

looking

jagged sphinx
pearl goblet
#

No, there is no request_id. Please check last question

jagged sphinx
pearl goblet
#

How we could create external_account (token)?

#

As we see we tried to use IbanElement

#

But as @gaunt bear mentioned it is not supported by AE

#

We need alternative

jagged sphinx
#

Are you saying you cannot provide the information required in the API request I sent?

pearl goblet
#

No

#

We can't create external account token on frontend

jagged sphinx
pearl goblet
#

But as i understand we need to use Stripe elements

#

We have problem with IbanElement

jagged sphinx
pearl goblet
#

We use IbanElement from stripe react

jagged sphinx
#

Stripe React is a wrapper around stripe js. Do you have any documentation on the IbanElement? I'm not seeing it in our Github repo.
Wait, nevermind I think I found it.

pearl goblet
#

import { IbanElement } from '@stripe/react-stripe-js'

jagged sphinx
#

But that doesn't tell me much about what it's actually doing

pearl goblet
#

We use IbanElement with supportedCountries property - ['AE']

#

But have error

#

Uncaught IntegrationError: Invalid value for create(): supportedCountries.0 should be one of the following strings: SEPA. You specified: AE.

#

We try to create AE IBAN token on frontend

#

So we can use it in our AE Stripe Connect account

#

Our Stripe account also registered in AE

jagged sphinx
#

Okay we're looking into this.

#

Unfortunately that element is mostly used for payments and is not configured to collect IBAN from AE. This would be a very good feature request. If you write in to our support team and use my screen name ("Snufkin") in the message I will use your comments to help push for the feature.
https://support.stripe.com/contact/email

pearl goblet
#

Ok, thank u i will request

#

But how now we can solve this problem?

#

How could we create AE IBAN token on frontend

#

Above answered that Stripe support AE IBAN

jagged sphinx
#

Above answered that Stripe support AE IBAN

#

Did you send an email?

pearl goblet
#

No, in this thread

jagged sphinx
#

Yes we support AE IBAN as a payout method. That does not mean the particular JavaScript element supports it.

pearl goblet
#

Ok, so how could we add IBAN if there are no JS element for this?

jagged sphinx
pearl goblet
#

Does Stripe give such permission? Because when we tried to use this method in Europe Stripe Account we have error that must use only token and stripe.js