Skip to content
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

Adyen Integration #117

Open
anmolakhilesh opened this issue Aug 23, 2016 · 7 comments
Open

Adyen Integration #117

anmolakhilesh opened this issue Aug 23, 2016 · 7 comments

Comments

@anmolakhilesh
Copy link

anmolakhilesh commented Aug 23, 2016

I always wanted Adyen Integration within django payments.

@patrys
Copy link
Contributor

patrys commented Aug 23, 2016

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

@Echko
Copy link

Echko commented Aug 8, 2018

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

@MaybeThisIsRu
Copy link

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

@WhyNotHugo
Copy link
Member

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.

@MaybeThisIsRu
Copy link

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 #272 (comment).

@WhyNotHugo
Copy link
Member

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?

@MaybeThisIsRu
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants