#prabhaw-soti-ebpearls_api

1 messages ¡ Page 1 of 1 (latest)

valid garnetBOT
#

👋 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.

sonic thunderBOT
#

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.

timid sandal
#

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,
        
      },
    );
sonic thunderBOT
rose brook
#

Did you get any error from this.stripeService.stripe.accounts.createExternalAccount ?

timid sandal
#

no

rose brook
#

I don't see any requests to create external accounts for acct_1OqwfdQtpfaLGYQl

timid sandal
#

it's account id

#

it's test account

rose brook
#

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 ?

timid sandal
#

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

rose brook
#

What's the webhook event ID?

timid sandal
#

"evt_1OqwfhQoqvNFjm56okMSZWvV",

rose brook
#

OK, the external account was created successfully, and it was created on a different account rather than the account that you shared earlier

timid sandal
#

ohh ok