#david2_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1258132399636877397
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi yes, you should be able to configure behavior for subscriptions when all retries fail here: https://dashboard.stripe.com/settings/billing/automatic
cool, thanks
can I configure connected accounts in this way? or do I need to have them do it?
What type of connect accounts and are you doing destination or direct charges?
Hm, I don't know enough to answer either of those. I can access connected accounts via urls like connect/accounts/acct_1OuedhGxr3Puzj1r, if that sheds any light there. Not sure about the charge type.
Are you the developer?
yes
quick google search seems to indicate we are doing direct charges ("payments occur across various connected Accounts, they are not centrally located on your Platform account")
Can you share a sample payment intent id so I can check and be sure
pi_3PS2lWGxr3Puzj1r1btJU6oz
this is from customer.subscription.deleted -> latest_invoice -> payment_intent
Ok thanks yeah that's a direct charge
Getting confirmation from my colleague on what settings we use for direct charges here
Yeah for direct charges, the connect account's subscription settings are used
seems reasonable. thanks for your time!
well 1 more ... I take it we cannot configure their setting on their behalf?
Correct. If you need that level of control, you should be using destination charges
Destination charges are all created on your platform and then money is transferred to the connect account
I think the bossman was talking about moving to that in the future, but alas not today. Thanks again!