#dino_pephanis-custom account
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
is this what you are looking for https://stripe.com/docs/api/accounts/object#account_object-business_profile-support_phone ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
if you look at req_Avwc1jLzVMcVhx
"support_phone": "+441604123456",
When I view the Connected Account in the Stripe Admin Area - the business phone number is still required, see attached screen shots
it seems you should also update company.phone https://stripe.com/docs/api/accounts/object#account_object-company-phone
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
found it company.phone
my bad
One more question . When creating an External Account you need to pass the data in an external_account object
when updating the account details via updateExternalAccount I get Received unknown parameter: external_account - and looking at the API reference it seem that external_account is not required is that correct?
sorry for the late reply I missed your question.