2Checkout Recurring Billing support

  • Marc O'Neill
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 7 months ago #87613 by Marc O'Neill
2Checkout Recurring Billing support was created by Marc O'Neill
Hi,

I recently bought the membership plugin and also the 2checkout extension. I require support for recurring payments but it doesn't currently support it.

Can you add support for recurring billing as the 2checkout system does offer this featured.

Thakns

Marc

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #87646 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic 2Checkout Recurring Billing support
Hi Marc

The code for recurring subscription was implemented. However, I don't have a 2Checkout account to test it (seems 2Checkout doesn't allow testing recurring subscription in test mode)

Next week, I will try to email 2Checkout support ask them about it. If they allow, that would be great. Otherwise, will you be happy to help me test the 2Checkout payment plugin to make it support recurring subscription?

Please let me know

Tuan

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #88491 by Marc
Replied by Marc on topic 2Checkout Recurring Billing support
Hi, do you have a version with the recurring payment code implemented so I can test it? This is quite urgent because my client is waiting for me to finish the project.

Thanks
Marc

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #88492 by Marc
Replied by Marc on topic 2Checkout Recurring Billing support
There is some information on testing recurring on this page www.2checkout.com/documentation/sandbox/...ed-checkout-testing/

Thanks

Marc

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #88849 by Marc
Replied by Marc on topic 2Checkout Recurring Billing support
Hi, I haven't had a response on this and it's really urgent, please can you respond?
Thanks
Marc

Please Log in or Create an account to join the conversation.

  • Marc O'Neill
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 5 months ago #89353 by Marc O'Neill
Replied by Marc O'Neill on topic 2Checkout Recurring Billing support
Hi, any response on this? I've been waiting for weeks!

Thanks
Marc

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #89362 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic 2Checkout Recurring Billing support
Hi Marc

Testing the recurring payment with 2Checkout is easy. The most important thing is when the recurring payment happens for second time, for the third time, the system needs to award of of that payment and extend the status of the subscription

Last time I tried, 2Checkout seems doesn't have a way to allow test recurring subscription.

As I don't have a Live 2Checkout for testing, I had to stop working on it and move to work on other features

You can drop me an email to tuanpn@joomdonation.com. I will send you the payment plugin which has recurring payment support

People can subscribe for your recurring subscription plan, it should all work well.

Then if you trust me, you might want to give me access to your 2Checkout account, so that I can check and config the URL which will receive notification from 2Checkout when a recurring payment happen

We will then have to wait for a recurring payment happens, then check and make sure the subscription is extended/renewed properly

That's something I could not do it myself and need someone who has real 2Checkout account to assist

This week, I want to finish some planned change to Membership Pro, so if you have time and want to get this option work well, we can work together directly on Skype to have the payment plugin works next week

Please let me know if you can help

Tuan

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #89363 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic 2Checkout Recurring Billing support
This is documentation to config the notification URL www.2checkout.com/documentation/notifications/

I could not see it from the test 2Checkout account which I created, so I guess it is only available for live 2Checkout account

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Marc O'Neill
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 1 month ago #95854 by Marc O'Neill
Replied by Marc O'Neill on topic 2Checkout Recurring Billing support
Hi,

I found an error in the 2Checkout plugin code.

In the file PurchaseRequest.php there is a section for optional item/product parameters line 51.

In this section .$i.'recurrence' should be .$i.'_recurrence' and .$i.'duration' should be .$i.'_duration' you missed the _ in both of these and there should also be underscores in all of the other options in this section.

Recurring payments can be tested with Sandbox when you fix the code.

Thanks

Marc

Please Log in or Create an account to join the conversation.