#edb-custom-connect

1 messages · Page 1 of 1 (latest)

split sluice
#

Hi there!

#

This will indicate whether OXXO is active inactive or pending

maiden shoal
#

I'm not seeing OXXO at all within the capabilities hash

split sluice
#

Then it sounds like it hasn't been requested yet

maiden shoal
#

I requested it earlier. Does it take a while to process? The dashboard shows that it's On

split sluice
#

Hrmm

#

Can you provide the request ID where you retrieved the account and aren't seeing it listed as a capability?

#

No it shouldn't take a while... it should appear instantly

maiden shoal
split sluice
#

Ah okay that clarifies things.

#

So that just means that if the Connected Account has that capability, then that Payment Method will be provided as an option when you are using Automatic Payment Methods.

#

This is totally independent of actually requesting the capability on the Connected Account

#

You can request the capability via the Dashboard by viewing the Connected Account

#

Or you can request it via the API

maiden shoal
#

ok. how do I use the Stripe CLI to update a connected account in this instance? It says I'm not authorized

#

I don't see it from the Dashboard either

split sluice
#

Can you share the Connected Account ID?

#

I can show you where in the Dashboard

maiden shoal
#

acct_1LTaf4RVgb9RL9IA

split sluice
#

And scroll to the bottom

#

You will see a "Capabilities" section

#

WIth an "Edit" button

maiden shoal
#

sure, but I don't see it there

#

is it under a different name?

split sluice
#

Don't see the edit button?

maiden shoal
split sluice
#

Oh

#

OXXO

maiden shoal
#

yeah, it's not in the list :/

split sluice
#

Gotcha, let me check on that

maiden shoal
#

thanks

#

I also tried using the Stripe CLI but no luck:

stripe accounts update acct_1LTaf4RVgb9RL9IA -d "capabilities[oxxo_payments][requested]"=true --live
{
  "error": {
    "message": "This application is not authorized to edit this account.",
    "type": "invalid_request_error"
  }
}
#

any luck?

split sluice
#

Sorry helping several folks at once

maiden shoal
#

sure

split sluice
#

Hmm that's a strange error

unkempt dune
#

Hi 👋 I'm stepping in as @split sluice needs to go.

maiden shoal
#

Hi

unkempt dune
#

Hmmm... this is strange. You are clearly the Connect Platform for this account acct_1LTaf4RVgb9RL9IA. If you retrieve the account from the API do you see anything in the requirements property?

maiden shoal
unkempt dune
#

Okay so the account doesn't have any outstanding requirements. So we know it's not that.

maiden shoal
#

Yeah, I'm pretty baffled at this point

unkempt dune
#

I'm looking in a few other places.

maiden shoal
#

thanks

unkempt dune
#

Okay I've found the logs that say your platform account is missing the account_update permission but I'm not sure how that would be possible. I've reached out to my colleagues to get some guidance on this.

maiden shoal
#

ok, thanks

unkempt dune
#

Okay we are still digging to make sure we find the root cause but the request you shared appears to have been made with a restricted key that does not include the ability to make updates to the Connect Account.

We're testing to make sure that's the issue right now

maiden shoal
#

ok, thank you

unkempt dune
#

Alright yes, the issue is the restricted key.

#

The API key you are using does not have the permissions to write to Connect accounts.

maiden shoal
#

ok, let me create another one

unkempt dune
#

You will want to specify Write permissions for All Connect resources

maiden shoal
#

thanks

unkempt dune
#

That should work but feel free to come back and ask more questions if it doesn't.

maiden shoal
#

Hooray! Progress...

#

I was able to update the account. In order for oxxo_payments to be enabled by default do I need to include the request for that capability in the "create account" flow?

unkempt dune
#

I believe so.

maiden shoal
#

Now it's showing as "inactive". How can I activate it?

unkempt dune
#

Check the requirements. Using OXXO may require additional verification checks for the Account

maiden shoal
#

🤔

unkempt dune
#

What happens if you create a new onboarding link for this account?

maiden shoal
#

Hmm, what do you mean by onboarding link? FYI we're using Custom Connect and we're onboarding from our own UI

unkempt dune
#

Right right right.

maiden shoal
#

Any other suggestions? I also can’t see anything related to oxxo payments on the connect account’s dashboard

unkempt dune
#

Have you activated the OXXO payment method for this account?

maiden shoal
#

Yes. From the dashboard Payment Methods page

unkempt dune
#

Unfortunately I don't think I am going to be able to help further. Account capabilities and what controls them go outside my scope. Your best bet to determine what is blocking this account from using OXXO is to write into Support
https://support.stripe.com/contact/email

#

I just don't have the permissions or expertise to offer guidance here.