#mattcomroe_unexpected
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/1372560464034398249
đ 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.
- mattcomroe_api, 5 days ago, 22 messages
- mattcomroe_api, 6 days ago, 13 messages
Hey there, can you share some info about why you expect this to be needed, and what you're ultimately trying to do?
I don't see a capability for NZ Becs documented here, for example: https://docs.stripe.com/connect/account-capabilities?full-dashboard-access=no#payment-methods
It's possible another capability or no capability is needed here.
Hi! Thank you for the help! I'm trying to add support for this for our connected customers to use as a payment method.. for other debit types in other countries (AU BECS, which I feel like behaves somewhat similarly to NZ BECS) I had to explicitly request that particular flavor of Debit.
let me take a look at an actual customer real quick and see what happens with my setupintent call. like you mentioned we might already be all set up to use it.
ok; the error is about "nz_bank_account"
req_44dKkJwy0JZqXn
Hmm well the custom account doesn't have a dashboard for enabling this, but you already have NZ debits "on by default" in your platform's connected account PM settings.
Thinking...
I was in my connected account PM settings just earlier; i think NZ debits was already on be default but maybe i'm forgetting that i just switched it on? Maybe there's a delay and that's the reason?
There is a small delay when changing settings there as it applies to connected accounts async, yes.
The other thing I was going to suggest was trying to request the capability nz_bank_account_becs_debit_payments for that account:
https://docs.stripe.com/api/capabilities/update
and that's one that can't be done through the dashboard? it'll have to be requested via API?
All custom account capabilities are managed through the API as far as i know
If there's support for this via the Dashboard it might be limited to certain cases
ok. i will try again shortly to see if there was indeed a delay from earlier, although i think that capability was already enabled. Then i'll try requesting nz_bank_account_becs_debit_payments via API. If I have any other issues I'll come back and re-open this thread but I think that's enough for me to try some stuff out to get somewhere!
thanks again for all your help; on this and other questions I've had.
NP -- happy to help