Please Log in or Create an account to join the conversation.
activha wrote: That's great news
What is your projected timetable for this ? we can help on the dev site if you want to test
beat wrote: It is planned to implement a business process manager, which will be improving providing invoices for recurrent payments. No ETA, except that it's at least more than a couple of months away, as there are many other tasks in parallel of this long one.
...
Please Log in or Create an account to join the conversation.
CBSubs just waits until the payment gateway tells it a renewal has come in. If the renewal doesn't come in then it will expire the subscription, which is done using whatever method you configured in CBSubs > Settings > Global.
Please Log in or Create an account to join the conversation.
I'm not sure what kind of notification you're expecting. They notify CBSubs that it's processing, but we don't do anything with processing notifications as that's just a pending state. CBSubs doesn't particularly care about the notification until it is marked paid.Does Stripe send a web hook when the payment is initiated as SEPA ? before it clears and is paid 5 to 10 days later ?
Stripe is waiting on the payment to clear and once it does they'll immediately notify CBSubs. There is no such thing as predicting a payment will clear before it has cleared notification; it's either cleared or it's not. SEPA payments are slow to authorize and there's no workaround for that. If you want pending payments to be automatically accepted then configure "Accept payment once" to "Even if payment is pending authorization, authorized or captured". If you only want that parameter to apply to SEPA payments make a copy of your Stripe gateway, configure it to only accept SEPA payments, and change that parameter to accept pending. If the SEPA payment fails or is disputed you may need to handle the reversal manually though, but if that's not a common occurrence it should be fine.And in this case could you get this web hook in CBsubs to know that a payment is coming and then set it as paid until it clears or not ?
Please Log in or Create an account to join the conversation.
I'm not sure what kind of notification you're expecting. They notify CBSubs that it's processing, but we don't do anything with processing notifications as that's just a pending state. CBSubs doesn't particularly care about the notification until it is marked paid.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.