#nyxi_api

1 messages ยท Page 1 of 1 (latest)

frosty chasmBOT
#

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

old mistBOT
#

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.

scarlet briar
#

In my case I'm building SEPA Direct Debit, but I dont want a failed payment to stop the sub immediately

wraith dome
#

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

scarlet briar
#

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

wraith dome
#

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.

scarlet briar
#

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?

wraith dome
#

Not that I'm aware of offhand, since it's a delayed notification payment method type.

scarlet briar
#

ok

#

thnaks

#

It does if you use the test IBAN that triggers this behavior though