django-payments icon indicating copy to clipboard operation
django-payments copied to clipboard

Adyen Integration

Open anmolakhilesh opened this issue 9 years ago • 7 comments
trafficstars

I always wanted Adyen Integration within django payments.

anmolakhilesh avatar Aug 23 '16 09:08 anmolakhilesh

I agree, it would be nice to have Adyen on board.

patrys avatar Aug 23 '16 09:08 patrys

Are there any advances in this issue? Are there plans to support Adyen for the near future?

Echko avatar Aug 08 '18 09:08 Echko

Also very interested. Is there any documentation on writing a custom/additional backend for django-payments?

MaybeThisIsRu avatar Jan 13 '22 12:01 MaybeThisIsRu

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, and refund (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.

WhyNotHugo avatar Jan 13 '22 14:01 WhyNotHugo

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.

MaybeThisIsRu avatar Jan 17 '22 13:01 MaybeThisIsRu

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?

WhyNotHugo avatar Jan 18 '22 09:01 WhyNotHugo

Out of curiosity (if you're allowed to share), what did you end up picking? Why didn't django-payment work 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.

MaybeThisIsRu avatar Mar 16 '22 07:03 MaybeThisIsRu