#peter_40675
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.
- peter_40675, 21 hours ago, 11 messages
- peter_40675, 1 day ago, 7 messages
Hi there!
Are you using Stripe connect? If so, what type of connected account are you creating? Standard, Express, or Custom?
Custom
var accountObject = {
type: 'custom',.......
stripe.accounts.create(accountObject,function(errx,account){.....
Did you use the data on this page? https://stripe.com/docs/connect/testing
Of sorry I missread your question.
For phone numbers, you just need to provide a number that match the number format of the country.
means Without Country Code?
For example, for an account in the US, you could use this random number: (951) 842-2546.
That Means Without Country Code Right?
Yeah I think so.