#sachindev13579
1 messages · Page 1 of 1 (latest)
you need to remove requested_capabilities
nothing, you just don't pass the parameter
okay ,after that i will be able to do the payouts to my users?
eventually yes
can you help me with this
const accountLink = await stripe.accountLinks.create({
account: 'acct_1NhHNZFDxlsdZq5e',
refresh_url: 'https://example.com/reauth',
return_url: 'https://example.com/return',
type: 'account_onboarding',
});
what i need to pass in refresh _url and return_url?
see the docs at https://stripe.com/docs/connect/standard-accounts#return-user which answer that
Tax IDs must be a unique set of 9 numbers without dashes or other special characters. getting this while adding TAX id in test screen
not sure what "test screen" is