django-payments
django-payments copied to clipboard
Adyen Integration
I always wanted Adyen Integration within django payments.
I agree, it would be nice to have Adyen on board.
Are there any advances in this issue? Are there plans to support Adyen for the near future?
Also very interested. Is there any documentation on writing a custom/additional backend for django-payments?
Sorry, there's no documentation so far, though it's definitely on my roadmap.
In the meantime, here are some guidelines:
- You need to implement a subclass of
BasicProvider. - Your provider should implement the
__init__,get_action,process_data,get_form,capture, andrefund(note that the latter is optional). - I'd suggest having a look at #232, which is the latest provider that was merged, to understand all the extra bits that are involved.
Please do let me know if you try and implement a provider and have issues, I can use questions and feedback on this issue as a base for actual documentation.
Hi @WhyNotHugo - in the end, we (the company I am working with) decided not to go for django-payments, at least not yet. I sent USD5.00 JazzBand's way as a personal donation, hoping to see your comment above in the readme/docs somewhere for others as well as the idea in https://github.com/jazzband/django-payments/issues/272#issuecomment-950129994.
Thanks, much appreciated.
Out of curiosity (if you're allowed to share), what did you end up picking? Why didn't django-payment work for you?
Out of curiosity (if you're allowed to share), what did you end up picking? Why didn't
django-paymentwork for you?
We decided to implement a minimal, custom (and of course, documented) solution. Mostly we were worried about the activity on the project, and the currently open tickets don't look so good at first glance.