-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A way to cancel a recurring payment #46
Comments
Generally, a recurring payment is like an 'authorized' transaction that may be 'voided'. Hence there wasn't a need so far to add a separate method for it. |
I will close this issue for now but feel free to reopen if your concerns still exist. |
Ok, how can i cancel a braintree recurring payment. You cant just void it, you need to cancel a subscription. |
Thanks for the specific information. I will take a look into this. |
I didnt tried void subscription but looking at braintree api it will not work. In baintree gateway you create a reccuring with this code: |
That's right, it won't work in braintree's case. Would you please consider writing a |
As i see some other gateways need this too, at least stripe needs |
I think it is best to have a |
Let's plan this for the next release. |
Long time no post it seems? |
Sorry about that, can't give an ETA atm but there are plans to reboot and update a few things including this one. |
How can i cancel a reccuring payment? I dont see such option. You can create a reccuring payments but you can`t cancel them, thats strange.
The text was updated successfully, but these errors were encountered: