#Tomato - AE IBAN
1 messages · Page 1 of 1 (latest)
And
where could i find documentation about which type of external accounts supported by Stripe in AE
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
Find help and support for Stripe. Our support center 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.
Gotcha. Are you using Express, Standard, or Custom connect accounts?
custom
You can use this doc https://stripe.com/docs/connect/payouts-bank-accounts
In the dropdown at the top we even have an example IBAN from AE that you can use in test mode
Thank u, but we have error when using AE iban
The IBAN you entered is invalid, "AE" is not a supported country code.
Do you have the request ID from when you got that error message? https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We need some minutes
Hello 👋
Taking over here
Do you mean you need some time to find the request IDs? that's totally okay
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
Please keep the messages in this thread
server is a little busy
Give me a few to catch up
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.
Looking into it
IbanElement is only supported in SEPA countries listed here
AE isn't a part of the list
https://stripe.com/docs/payments/sepa-debit
Ok, so how could we add AE IBAN as external account to our connected account?
looking
HI 👋 I'm stepping in for @gaunt bear . Can you provide the Request ID for the request that returned that error?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
No, there is no request_id. Please check last question
.
Okay you mean creating an external account for a Connect Account? This is the API request to make: https://stripe.com/docs/api/external_account_bank_accounts/create
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
Are you saying you cannot provide the information required in the API request I sent?
So the error you are seeing is returned when you try to create a bank_account token via Stripe JS?
https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account
But as i understand we need to use Stripe elements
We have problem with IbanElement
Okay so you use the elements.create('iban') correct?
https://stripe.com/docs/js/element/other_element?type=iban
We use IbanElement from stripe react
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.
import { IbanElement } from '@stripe/react-stripe-js'
But that doesn't tell me much about what it's actually doing
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
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
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
Yes we support AE IBAN as a payout method. That does not mean the particular JavaScript element supports it.
Ok, so how could we add IBAN if there are no JS element for this?
Hmmm...looking for this. I suspect you might need to collect the info yourself and create the external account from your server.
https://stripe.com/docs/api/external_account_bank_accounts/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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