#jack_api

1 messages · Page 1 of 1 (latest)

drifting sandBOT
#

đź‘‹ 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.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

đź”— 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/1417751555054108784

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

light glacier
#

Hello! do give me some time to take a look at this

#

Unfortunately, that will not be possible, your payout bank account is separate from the payment methods used by a Customer

tropic mason
#

Okay thank you!

#

Are you sure there is no possible way to connect the two ?

#

Maybe with debit cards?

light glacier
#

There is one possibility where this is possible, it is specific to having a US Bank Account configured on a Financial Connected account. Here is a document explaining that

#

It is not possible with Cards

tropic mason
#

Great thank you!

#

I am getting this error one second please

#

I will share it

#

stripe_fc_finish_link error: {
  code: 'oauth_not_supported',
  message: "This application does not have the required permissions for this endpoint on account 'acct_{acctnumber}'.",
  request_log_url: '{url key}',
  type: 'invalid_request_error',

light glacier
#

sorry, taking a look at this now

tropic mason
#

no worries

#

I am here

light glacier
tropic mason
#

Yes i can

#

one moment please

#

requestId: 'req_YS3eKebxzpLJHB'

light glacier
#

thank you! Taking a look at it now!

tropic mason
#

Great!

#

Thank you!

light glacier
#

Your account (acct_1PdDW5RoGUGa1Fvr) does not have permission to add the external account to an Express Account because Stripe is the one responsible for collecting the requirements.

If the external account needs to be added, then you have the following options:

  • Redirect the connected account to the Express Dashboard
  • If you are using embedded components, you can use the account onboarding or account management  component to allow them to add the external account from there.
  • Use a hosted onboarding form (Account Links) to collect external account details if the connected account is not yet onboarded
tropic mason
#

Okay thank you

#

processing this now

#

Talking to my partner

#

We think that the account is already on boarded. Can you please check?

#

We are using the embedded components so we are staying in the app

light glacier
#

You can take a look at this link and check if accounts are onboarded. In this case, that account is enabled

tropic mason
#

Okay thank you

#

I'm looking at it now and attempting to implement. I'll let you know shortly. Thanks Teddy

#

Ok, so now it looks like it is going through! I am checking now and making sure things are all working smoothly. I will let you know the next step ASAP

drifting sandBOT
lucid axle
#

Hey, taking over here. Let me know if there's any follow-up Qs I can answer!

tropic mason
#

Thank you so much. I'm testing now

tropic mason
#

Ok, I'm getting closer, but I think I have to do something else to add as a payment method. I am getting this error:
stripe_fc_finish_link payment method setup failed: {
code: 'setup_intent_invalid_parameter',
doc_url: 'https://stripe.com/docs/error-codes/setup-intent-invalid-parameter',
message: 'The PaymentMethod provided (us_bank_account) is not allowed for this SetupIntent. Please attach a PaymentMethod of one of the following types: card, link, cashapp. Alternatively update the allowed payment_method_types for this SetupIntent to include "us_bank_account".',
request_log_url: 'https://dashboard.stripe.com/logs/req_XlaHK8S9s64wrB?t=1758099181',
type: 'invalid_request_error',

lucid axle
#

Can you try adding payment_method_types: ['us_bank_account'] to that request ?