Reputation: 101
I developing a way for people to pay with an echeck and have the option to autopay (subscription). I have the e-check working and going into my sandbox account but now how do I make it so that they can now cancel that echeck subscription? I been searching around the web now and can't seem to find any solid examples. I have already successfully implemented the credit card subscriptions and cancel features and need the same for eCheck. Does anyone have any experience with this? Seems like authorize.net's documentation is lacking information to implement this with echecks.
Upvotes: 0
Views: 434
Reputation: 1069
If you are using Recurring Billing for subscriptions, it's the same call to cancel regardless of the payment type (card or check). http://developer.authorize.net/api/reference/#recurring-billing-cancel-a-subscription
Upvotes: 1