jazzband / django-payments

Universal payment handling for Django.
https://django-payments.readthedocs.io
Other
1.03k stars 281 forks source link

Is Coinbase still supported? #272

Open PetrDlouhy opened 2 years ago

PetrDlouhy commented 2 years ago

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 #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 commented 2 years ago

I think the implementation needs update

WhyNotHugo commented 2 years ago

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.