#samdipietro-NZ-routing

1 messages ยท Page 1 of 1 (latest)

lilac ivy
#

Hi ๐Ÿ‘‹ I'm not certain off the top of my head, but am doing some digging.

woven path
#

Hi toby, thanks! Just fyi, I spoke with someone from the support chat yesterday, and was told that there isn't a test routing number because a routing number isn't required... but we have a prod seller that uses a routing number, so I think we should be able to use a test routing number?

lilac ivy
#

Hm, going through the onboarding flow for an NZ account doesn't prompt me for a routing number.

#

Is that different from what you're seeing?

woven path
#

Interesting, yeah our integration is prompting us to enter a routing number a long with the bank account number

#

Whichever test routing number I use, I get an error saying that the format entered is incorrect

gritty osprey
#

We have the integrated onboarding in our application, where we require both the routing number and bank account number

#

It seems like we should be able to use a routing number for a New Zealand account in dev/test/staging environments since it looks like we have accounts with both on production

#

Or at least we are saying we would expect to be able to use one

lilac ivy
#

Have you tried reusing one of the routing numbers that made it through your flow in production (with a test account number)?

woven path
#

Yep I did try that, and strangely that didn't work

main dragon
#

Hello. Taking over for toby here as they have to step out. Give me a moment to catch up here

woven path
#

Just tried that, same error: "You have provided a hash of routing number and account number for a NZ bank account, but it looks like the routing number is formatted incorrectly."

main dragon
#

Can you share the account ID for the connected account?

woven path
#

This is our OTT platform account id: acct_0OH0UmS57H7yUMPyJq9o

#

Are you also looking for the test seller's connected account ID? I can't complete the test seller's integration (blocked by this routing number issue), so I don't have this specific account ID :/

main dragon
#

Can you share the request ID where you created the account?

woven path
#

req_jS5kyNukyf1xkV

#

I found this in the "tokens" call, hopefully that's the request-id you're looking for

steep portal
#

Can you try doing the same request without the routing number?

#

This shouldn't be needed for NZ bank accounts

woven path
#

I'm prompted that a routing number field is required

steep portal
#

Where are you seeing that? You mentioned above that you integrated onboarding directly in your app, not using Connect Onboarding. Do you mean you're prompted by your app?

#

Since this is an account creation request, I assume there is no account.updated webhook event with requirements including this field, correct?

woven path
steep portal
#

Yes I see the API request and error

#

but why are you prompting for this in your app and sending it?

gritty osprey
#

We ask for the routing number in our app because in every other case it is required. It appears that way even for New Zealand bank accounts in production

steep portal
#

It appears that way even for New Zealand bank accounts in production
Can you say more?

#

Where do you see that requirement?

#

I suspect you are requesting this unnecessarily in your app and the suggestion then would be to stop doing so. Different countries have different conventions for bank accounts, they are not all the same.

woven path
#

Do you have the stripe documentation for the requirements?

steep portal
#

But this does not expand the details of external_account

woven path
#

So interestingly enough, when we looked up this routing number format on Wikipedia (https://en.wikipedia.org/wiki/New_Zealand_bank_account_number), if we take the first 6 digits from the routing test number (110000) and apply the remaining digits to the bank account number (0000000010), now we get a 200 post on our token call, so now I can proceed with the stripe payout integration

mystic plank
#

Happy to hear it ๐Ÿ‘

woven path
#

Thank you everyone! ๐Ÿ™‚