#ghar_tok
1 messages · Page 1 of 1 (latest)
You can set this only before sending through onboarding, but if I recall this is set by business_profile[name]:
https://stripe.com/docs/api/accounts/create?lang=ruby#create_account-business_profile-name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Give that a try?
thanks trying...
did not work, here is what I tried.
type: "standard",
business_type: 'individual',
company: {
name: 'Custom Name'
},
email: account.owner.email,
business_profile: {
name: "test name",
support_email: account.owner.email,
url: https_url
},
metadata: {
launchmuse_name: account.name,
tenant_id: account.id
}
})```
OK and what happened when you did this?
NP!
From the main channel you said:
How is the relationship between a Platform and Connect account established? Thanks
Can you say more about what you mean? WHat are you trying to do?