https://github.com/devkral/web-payments-coinbase
Coinbase integration
https://github.com/devkral/web-payments-coinbase
Last synced: 19 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T12:43:27.000Z (over 7 years ago)
- Last Synced: 2025-02-08T14:21:48.833Z (9 months 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',
}
)
}
```