#micklove_bankdebits-nz
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1296601551049330730
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- micklove_api, 1 day ago, 27 messages
Sorry, part of my question never pasted in properly....
Basically, what I'd like to know, is which model I should be using, for setup intents in NZ
you shouldn't pass routing_number at all I think, here you pass an empty string
micklove_connect-bankaccount
This seems also completely unrelated to SetupIntent as your request is calling the Create ExternalAccount API: https://docs.stripe.com/api/external_account_bank_accounts/create
Sorry, again, the full question didn't paste in... I'm creating the bank account to be used for billing a customer, an example failed request is req_sJoDSPG1udhhFq
another example issue is req_a82QJrahzKFlJO
In one request error, it says I should remove the BSB from the request... when I remove the BSB from the request, I get another error "Missing required param: payment_method_data[au_becs_debit][bsb_number]"
we don't support NZ Bank Debit publicly though so it's normal it doesn't work
We might have a beta ongoing but you'd need to ask for access: https://support.stripe.com/contact
micklove_bankdebits-nz
I got the related connected account's external bank account setup correctly (after I removed the BSB)... so, external accounts for NZ are ok, but billing accounts are not?
In other regions, we create Stripe customer's so that we can use Stripe billing to debit the customers
So, that won't work in the NZ environment?
external accounts are for Payouts which is to receive funds for services you offer/provide so yes
Customers are paying for the service and we don't support bank debits for NZ customers
So, to clarify, not being able to debit a customer bank account is specific to NZ?
(As that is what our system is setup to do, in other envs, CA, US, GB, AU)
kind of. I mean many countries have their own bank debit rails. We support some, and not others. And NZ is not supported today yes, at least not publicly (but we have a beta I think)
I assume other countries have bank debits that we don't support either.
The trick with NZ is that it's similar to the AU rails (and in some ways shared) so it's confused to people familiar with that market