Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
These two statements completely contradict one another. Either it's closed or it's not. There should be no second recurring payment if it was closed. A partial refund should not cancel the subscription if set to be left open.Doing a payment refund while keeping the subscription opened closed the subscription completely. The second recurring payment was then not refunded and we had to go to stripe dashboard to refund it.
A refund from Stripe should work perfectly fine as we've handling for Stripe charge.refund event. You should see this handled in CBSubs > Notifications. If not then I've no clue what event they're using to refund and you'll need to check the Stripe > Developers > Logs as well as Events to see what's happening.This is then a problem because the second refund is not taken into account in CBsubs; so unless we manually change the amounts in the DB there is no way to know that the two payments have been refunded from our backend.
Please Log in or Create an account to join the conversation.