#hendie_mytime
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- hendie_mytime, 17 hours ago, 5 messages
where do I get that?
Find help and support for Stripe. Our support site 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.
Also, is there a minimum API version that I need for this?
No, no minimum API version
hang on ...
I believe you would need to wait until after the embedded onboarding flow to request au_becs_debit_payments
But yeah with the request Id I can see exactly what you are doing and what is going on
req_Rk3nDjiNqlL6HT?t=1707403978
Thanks, looking
Yep so for now, until this is supported with Embedded Onboarding, you would want to wait to request au_becs_debit_payments as a capability when you create the account
here's whe I created the connected account: req_jdoFfxyduN0Te1
And then after they go through the embedded onboarding you can update the account to request it
But it will be supported in the future... Embedded Onboarding is under ongoing development right now.
I just don't have an exact time for when that will be added
but I did request au_becs when I created the account:
{
"capabilities": {
"card_payments": {
"requested": "true"
},
"transfers": {
"requested": "true"
},
"au_becs_debit_payments": {
"requested": "true"
}
},
"type": "custom",
"metadata": {
"company_id": "1234"
},
"settings": {
"payouts": {
"debit_negative_balances": "true",
"schedule": {
"interval": "manual"
}
}
},
"country": "AU"
}
Right, I'm saying don't do that
so I should add it only once the onboarding session is complete?
oh man!
Yeah Embedded Onboarding is still very new, so not everything is supported on it yet.
But like I said, there is work under way to have all capabilities supported
any other gotchas I should be aware of?
Not that I can think of off the top of my head. But I definitely recommend thorough testing
๐