#fermentfan_api

1 messages ยท Page 1 of 1 (latest)

vague scrollBOT
#

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

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

fervent sleet
#

The Standard Account needs to activate that from their own Dashboard. You can't activate that for them as a Platform Account.

vital nova
#

this is how we handled it in the past - but now our customers get the notification that they cannot manage their payment method configurations?

#

I cannot create a new one (see screenshot)

#

and editing the existing one is not allowed

fervent sleet
#

You can't do this for a Connected Standard Account

#

You need to ask them to enable that PaymentMethod from their Dashboard.

vague scrollBOT
vital nova
#

This is the customer's view

#

It's a standard connect account that I myself created and connected to our platform account

#

Ok do I need to edit the other "default" PMC? There I don't get the notification

velvet cosmos
vital nova
#

Ok got it. But... In this configuration I cannot set "customer balance" to always show as a payment config. So I need to send the payment method with with every checkout session. But for it to not fail I need to know whether the user even activated the customer balance payment method at all.

How can I realiably check for this being the case?

velvet cosmos
vital nova
#

But which PMC? How do I identify the default one of the customer?

velvet cosmos
#

But, to be clear, there may be a reason why that PM doesn't 'always show'. It's only valid for non-cross border payments currently

velvet cosmos
vital nova
#

ahh

#

and I guess with no "application" being set?

velvet cosmos
#

But as I said, you can't use that as the platform. There will be a PMC just for the Connect scenarios which is a clone of the PMC you configure on the Dashboard. Your best option is to turn on the PMs you always want there and don't allow the conncted account to configure the settings

#

And that should be used by default

vital nova
#

Wait I thought reading is ok?

#

I cannot turn on customer balance as a default as a platform

#

It's greyed out

#

sorry for it being german

velvet cosmos
#

No idea what that says

vital nova
#

"default activated" is greyed out

velvet cosmos
#

Then I guess it's not possible

#

Your connected accounts need to manually activate it

vital nova
#

Wait one step back. What did you now say is not possible here

vital nova
#

I cannot read the default PMC of a customer?

velvet cosmos
#

I'm not sure, does it work?

#

I suspect you'll see the default of the PMC cloned from your platform

#

Not the account's default

vital nova
#

I will try

#

I think I saw it in the past

#

I can indeed see it

#

So I can at least reliably check for it. Thank you for the help!

velvet cosmos
#

What's the pmc_xxx ID?

vital nova
#

pmc_1P3xnXCKdsLbGAoOizlrg8RJ

#

Looks good. I guess I will allow customers changing the platform PMC, and employ a process to activate customer balance payment in our SaaS which will be safeguarded with a check on both default PMCs

velvet cosmos
#

And you can use that in API requests?

vital nova
#

I can read it yes

#

I got it from the API

velvet cosmos
#

Yeah, read it. But can you pass it to the Checkout Session you're creating โ€“ I thought that was the whole idea

vital nova
#

Ah sorry no I do not make use of the PMC in the checkout session as I anyhow need to pass the object for customer balance myself

#

So I never saw value in using that

#

I guess we should do that when we allow customers to edit the platform PMC then

#

But reading the customer's one is just needed to understand whether the customer has the ability to do customer_balance

velvet cosmos
#

Yeah but they may have turned it off on the other PMC relative to the Connect payments

#

This is my point