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

Is Coinbase still supported? #272

Open
PetrDlouhy opened this issue Oct 18, 2021 · 2 comments
Open

Is Coinbase still supported? #272

PetrDlouhy opened this issue Oct 18, 2021 · 2 comments

Comments

@PetrDlouhy
Copy link
Contributor

I tried to test Coinbase payments, but I not able to make it working. I think, many things may have changed since it the support was implemented.

  1. I tried to register on https://commerce.coinbase.com/, but I am unable to get key/secret pair - they have only API key.
  2. The API link in Add support for Coinbase #67 redirects to API V2, but in the codebase it the version V1 is used. The V2 doesn't have any /buttons endpoint.
  3. I tried to run the code, but I am getting Value for header {ACCESS_NONCE: 16345503021615616} must be of type str or bytes, not <class 'int'> error.
  4. If I changed the code, so that NONCE is str, I am getting error: 404 Client Error: Not Found for url: https://api.coinbase.com/v1/buttons

@bogdal Do you still use django-payments with Coinbase?

Am I doing something wrong, or the whole implementation has to be updated?

@auvipy
Copy link

auvipy commented Oct 23, 2021

I think the implementation needs update

@WhyNotHugo
Copy link
Member

I'm not personally using this backend, and it has not "live" tests, so it's possible it's gone stale.

I'll try and make a table of backends, their status and who's maintaining them, since this is not very clear right now.

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

4 participants
@PetrDlouhy @WhyNotHugo @auvipy and others