#prabhaw-soti-ebpearls_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214800647694716958
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
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.
- prabhaw-soti-ebpearls_webhooks, 8 minutes ago, 11 messages
- prabhaw-soti-ebpearls_api-account-support, 5 days ago, 7 messages
- prabhaw-soti-ebpearls_api, 5 days ago, 5 messages
- prabhaw-soti-ebpearls_webhooks, 5 days ago, 10 messages
- prabhaw-soti-ebpearls_api, 5 days ago, 5 messages
- prabhaw-soti-ebpearls_api, 6 days ago, 16 messages
const res = await this.stripeService.stripe.accounts.create({
type:"custom",
business_profile: {
mcc: '8299',
product_description: 'Sell and buy animal.',
},
country: 'AU',
capabilities: {
card_payments: {
requested: true,
},
transfers: {
requested: true,
},
},
account_token: body.connect_tok,
});
const res =
await this.stripeService.stripe.accounts.createExternalAccount(
account.stripeConnectId,
{
external_account: body.bank_tok,
},
);
Did you get any error from this.stripeService.stripe.accounts.createExternalAccount ?
no
I don't see any requests to create external accounts for acct_1OqwfdQtpfaLGYQl
I know, but I don't see any requests (succeed or failed) to create external accounts on this account.
What is value of bank_tok ?
does i't because of bank_tok
i am geting response in webhook
i don't have bank token now i will create another account right now
What's the webhook event ID?
"evt_1OqwfhQoqvNFjm56okMSZWvV",
OK, the external account was created successfully, and it was created on a different account rather than the account that you shared earlier
ohh ok