#nyxi_api
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/1254784430460112946
๐ Have more to share? Add 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.
- nyxi_api, 2 days ago, 28 messages
In my case I'm building SEPA Direct Debit, but I dont want a failed payment to stop the sub immediately
Hi ๐ double checking, but offhand I suspect that's a dashboard-only feature.
Yeah, that's either dashboard-only functionality, or if it's available via the API it isn't available publicly at this time. It may be worth asking our Support team if this is something that can be exposed to your account via the API, but I'm not sure if that's possible.
https://support.stripe.com/?contact=true
Alriht
do you have any other suggestions I could do that would work immediately?
like is there an attempt count or somethin I can set on SEPA
Hm, the lower lift approach that comes to mind is to try turning off auto_advance on the Invoice, and manually attempt the payments instead. Though I'm not entirely certain that would disable the Subscription cancellation behavior.
The other approach that I'm more confident would work, but would take much more effort, is to disable the automatic Subscription behavior in the dashboard and implement your own logic for cancelling Subscriptions when their payments fail based on your desired criteria.
I'll be sure to file feedback that you'd be interested in seeing us offer the ability to set per-payment-method-type rules for automatic Subscription transitions.
Yeah second part is just "build your own billing system" ๐
Thanks, it would be very helpful if this was possible with the API
The case here is business customers who should not have their service interrupted just because a payment fails
I guess I can just cancel the sub but have their accounts remain open on my end, but that introduces manual handling of this which is what i'm trying to avoid
is there any case where a SEPA Direct Debit goes directly to success and does not fire charge.pending?
Not that I'm aware of offhand, since it's a delayed notification payment method type.