#gt-gareth_pmc-connect-defaults

1 messages ยท Page 1 of 1 (latest)

elder tuskBOT
#

๐Ÿ‘‹ 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/1319079856817836164

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

ocean flame
#

HI ๐Ÿ‘‹

Let me take a look at these.

#

Okay for pmc_1QX9Qq2c1lHs2ojYgbSInNqz

  • in Test mode
  • Is default: true
  • is active: true

That makes sense so far

#

For pmc_1QX9Qp2c1lHs2ojYbwRyp1Pv

  • Test mode
  • Is default: false
  • Is active: true
#

Okay here is where things get weird: pmc_1QX9Qo2c1lHs2ojYPKNkB8Br

  • In test mode
  • Is default: true
  • Is active: true

That doesn't make sense. There should be only one default and the API object should reflect it.

fresh pendant
#

I'm glad I'm not the only one finding that weird.

#

One difference I just noticed is that pmc_1QX9Qo2c1lHs2ojYPKNkB8Br has application:null, whereas pmc_1QX9Qq2c1lHs2ojYgbSInNqz has application:'ca_NmO7xqTcA0sSEdhtImFBOhLhnB4HCznU'

ocean flame
#

Oh..... ๐Ÿคฆโ€โ™‚๏ธ

fresh pendant
#

I've been working with Connect for a little while now but don't recall coming up against application before.

ocean flame
#

Yeah, one is the default for the account as a stand-alone account. The other is the default PMC that will be applied through the Platform

#

the application is the way we represent the Platform account on related objects on the Connected Account

fresh pendant
#

ah!

ocean flame
#

Thanks for mentioning the application ! I missed that initially but it clicked once you said that

fresh pendant
#

PMC blobs are kind of a tricky to eyeball.

ocean flame
#

100%

fresh pendant
#

So if I'm trying to answer the question of, does this connect account's default configuration support payments using Stripe Link, which one of those would you suggest I check?

ocean flame
#

How are you making the payment? Is the Connected Account doing it by themselves directly or is this being done by the Platform?

fresh pendant
#

Payments are via Destination Charges with Application Fees

#

Hmm, I wonder if I'm perhaps looking at the wrong thing entirely. If we're using destination charges then perhaps I should be looking at the platform's PMCs, not PMCs associated with the connect account.

ocean flame
#

Payments are via Destination Charges with Application Fees
Since that is through the Platform, it will use the PMC that has the application ID

fresh pendant
#

Super, thanks so much.