#rickrodrigues

1 messages · Page 1 of 1 (latest)

winter roverBOT
sour saddle
#

Hey there

elder knot
#

Hi!

sour saddle
#

So you are trying to retrieve the Financial Connections Account, correct?

elder knot
#

Yes.

sour saddle
#

Okay and you have the PaymentMethod ID?

elder knot
#

Yes. I have.

#

In the customer i have the payment method id

sour saddle
elder knot
#

Owww good. Let me try

sour saddle
#

👍

elder knot
#

not working to me

#

I have the fca_xxxx now, but i try used this id in the retrive method:

#

stripe.financial_connections.Account.retrieve("fca_

#

Show to me the mistake:
No such account: 'fca_1MsXXXXXXX'
I get the fca_XXXX using the method:
stripe.PaymentMethod.retrieve(
# "pm_

sour saddle
#

Can you give me the request ID where you see this error?

winter roverBOT
elder knot
#

Request req_QsnoTUHaZH7Ng1

sour saddle
#

Thanks looking

#

Huh interesting. Looks like that Financial Account was created via a platform and you are trying to access it directly which should still work

#

Let me look a bit more

sour saddle
#

Conferring with some of our Connections Eng btw

#

The issue is the fact that this FCA was collected via the platform so it comes down to a permissions thing here.

elder knot
#

Yes. This account has been created to plugin + custom checkout in woo commerce

sour saddle
#

Still determining whether this would be a bug or whether the permissions should carry down to the Connected Account in this case.

#

(Either way it is a bad error message that we will get fixed)

elder knot
#

Ok.

#

I waiting your check.

tulip dirge
#

Hi there 👋 taking over, as my colleague needs to step away

It looks like we are going to work on fixing the error message and potentially how we surface this info. That being said, it's expected that only the connect platform can handle the financial account data via the API in this way, and the Connect account need to work with the platform to make use of the financial connections balance.

elder knot
#

Ok!

#

But…

#

how we can integrate this connect account to our platform?

#

Just this way?

#

How does this process work?

tulip dirge
#

You would have to retrieve that information using the platform account's API key, instead of trying to get it using the Connect account's API key

elder knot
#

Yes, but i think using the Sandbox API key

#

What the different that key?

tulip dirge
#

I don't know what you mean by "Sandbox API key". You would need to use the platform's API key

winter roverBOT