#nukesforbreakfast_docs

1 messages ¡ Page 1 of 1 (latest)

hearty ventureBOT
#

👋 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/1338999198174937210

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

frosty pasture
#

I'm trying to control the settings shown in this section of my stripe dashboard on behalf of my connected accounts:

real brook
#

Hi hi! What kind of Connected Accounts are you using?

frosty pasture
#

uh, I was using controller properties

#

let me check what they're getting set to.

real brook
#

Before we do that, let's step back: why do you want to change those settings on behalf of your user?

frosty pasture
#

they may want a different cadence of reminder emails, for example.

#

for one-off invoices

#

I only see ways of controlling that in my stripe account dashboard.

#

here are the controller properties that get set during the request to create the connected account:

"controller": {
    "fees": {
        "payer": "account"
    },
    "losses": {
        "payments": "stripe"
    },
    "requirement_collection": "stripe",
    "stripe_dashboard": {
        "type": "none"
    }
},
#

I'm using embedded components inside my app dashboard for the customer to be able to view things. They are generally not savvy enough to be able to use a full stripe dashboard effectively.

real brook
frosty pasture
#

I saw no options for these settings in that API:

real brook
#

What exact feature are you looking for that isn't supported via the API?

frosty pasture
#

the ones in the screenshot

#

controlling email cadence, ach retries, and card payment retries.

#

if they're not available in the API, that's fine. I think I can use destination charges with invoices to get the settings based on my platform account, and on_behalf_of to get the invoice branding set correctly. I just didn't want to fiddle with the platform pricing tools unless I had to.

real brook
#

One sec.

#

Ok, so those are not currently available through Connect. The only real option is to create Subscriptions on your Platform which would use your settings.