#François-stripe cli
1 messages · Page 1 of 1 (latest)
👋
AFAIK no
how can we test an integration on the latest stripe version ?
you can create an endpoint with a specific api version though
is your account upgraded to the latest API version?
you can make a new account and test your code with the new account keys
don't find any way to specify endpoint version
create a new account require to kill all our test environement
I will try to ask my colleagues about this, but as I told you AFAIK it's not possible
i thought it was only impossible via stripe cli
oh sorry I misunderstood your statement then
ok so we have to upgrade to the latest version, but nothing to be sure our integration is correct
don't find any way to specify endpoint version
where is that?
from the dashboard
you need to create the endpoint programmatically sorry I didn't mention that earlier
not sure to understand
if you create the endpoint from an API call you could specify the API version https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-api_version
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok thank you
I'm working on https://stripe.com/docs/connect/ubo-requirements
we only have Custom Connect account, in France. Can you tell me what we really need to do ?
it really depends on what's missing from each Connect account
for new custom connect account creation ?
all the requirements are included in that link you just sent
thanks, it really helps
sorry but I don't know what you're expecting as a straight forward answer
there are a lot of things that needs to be collected and for various different scenarios, this is why we take the time to create very verbose documentation
ok, thank you for your help. have a nice day tarzan !
let me know if you need any more help
on acct_1L3GPt2Hsp80Wuvi I have all those requirements when I retrieve the account :
"executives.address.city",
"executives.address.line1",
"executives.address.postal_code",
"executives.dob.day",
"executives.dob.month",
"executives.dob.year",
"executives.email",
"executives.first_name",
"executives.last_name",```
But all those things has been given in
https://dashboard.stripe.com/test/logs/req_cCw3FWybwCugZR
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'll take a look just give me a sec
are there any other executives that you need to add for that account?
no
then you need to pass company.executives_provided to true when you're done providing executive details
So I have to create a Person, then update the Account object ?
yes
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you
on https://stripe.com/docs/connect/ubo-requirements Non-IE account, means account created not in Ireland ?
yes
thank you
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!