#Ida
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Second, is the setting in https://dashboard.stripe.com/settings/billing/automatic , section Manage invoices sent to customers applies to express connected account subscriptions or only to platform subscriptions
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You can configure most of this in the Dashboard settings.
Good question, let me check.
I will be happy to know how we can configure it
I don't see settings for billing on the settings property of the account: https://stripe.com/docs/api/accounts/update#update_account-settings
Ok, generally, if you create a Subscription with Express accounts, the Subscription lives on the Platform account, and you only transfer the funds to the connected account. Therefore, the Platform settings apply
So the setting will affect both subscriptions of 'our' customers, and the express connected account customers?
Correct
Ok, that was helpful.
So if we want a retry mechanism, we need to set in the Manage advanced invoicing features, right?
Currently there is no retry schedule defined, so I guess no retry with take place.
Is the email sent to the customer, contains a payment link?
No, you should be able to configure retries with the basic settings, in "Manage failed payments"
Another thing, currently we cancel the subscription when we receive the "invoice.payment_failed" event. If we would like to let the customer a day to pay it, how would you suggest to implement it?
I would suggest asking them to update the Payment Method. You have a setting to have Stripe do this automatically
Thank you
In "Manage failed payments" there is a Retry schedule setting, will this be reflected in the field of invoice.getAttemptCount()?
It should, yes
Can we initiate an invoice charge retry using the API?
Why would you do that?
But you can "Pay" the Invoice: https://stripe.com/docs/api/invoices/pay
Give me few minutes please
We noticed few customer, that the recurring payment failed, and then they use the same payment method to pay it. So the issue was not the payment method. We still don't understand why these recurring payment fails
Could you please share an example?
let me look for one
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Just to clarify, Stripe will try to charge the existing Payment Method a couple of times before asking the customer to update it.
How many times, and the frequecy?
It depends on your settings