An open API service indexing awesome lists of open source software.

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

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',
}
)
}
```