#gt-gareth_pmc-connect-defaults
1 messages ยท Page 1 of 1 (latest)
๐ 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.
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.
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'
Oh..... ๐คฆโโ๏ธ
I've been working with Connect for a little while now but don't recall coming up against application before.
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
ah!
Thanks for mentioning the application ! I missed that initially but it clicked once you said that
PMC blobs are kind of a tricky to eyeball.
100%
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?
How are you making the payment? Is the Connected Account doing it by themselves directly or is this being done by the Platform?
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.
Payments are via Destination Charges with Application Fees
Since that is through the Platform, it will use the PMC that has theapplicationID
Super, thanks so much.