https://github.com/devkral/web-payments-coinbase
Coinbase integration
https://github.com/devkral/web-payments-coinbase
Last synced: 6 months ago
JSON representation
Coinbase integration
- Host: GitHub
- URL: https://github.com/devkral/web-payments-coinbase
- Owner: devkral
- License: other
- Created: 2018-04-15T15:51:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T12:43:27.000Z (almost 8 years ago)
- Last Synced: 2025-02-08T14:21:48.833Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
web-payments-coinbase
======================
Usage:
add to PAYMENT_VARIANTS_API:
``` python
PAYMENT_VARIANTS_API = {
...
'coinbase': ('web_payments_coinbase.CoinbaseProvider', {
"key": "",
"secret": "",
"endpoint": 'sandbox.coinbase.com',
}
)
}
```