coinbase_commerce library

Classes

ChargeObject
A simple ChargeObject Entity Charge Objects are a model for the responses gotten from Coinbase when charge requests are made. It contains all the accompanying data from such request resulting information from Charge Objects can be further utilized to determine the status of a given charge.
CheckoutObject
A simple CheckoutObject entity CheckoutObject is a model for the responses gotten from Coinbase when checkout requests are made. It contains all the accompanying data from such request resulting information from Checkout Objects can be further utilized to determine the status of a given Checkout.
Coinbase
A Coinbase flexible API wrapper
CoinbaseResponseObject
ErrorObject
A simple ErrorObject entity.
InvoiceObject
A check to confirm whether the response completed successfully An isSuccessful value is contained in each of the CoinbaseChargeObjects this value shows returns true when there is a successful request
StatusCheck

Enums

CurrencyType
The fiat currency type for which transactions are made. defaults to the US dollar.
PricingType
Available Pricing Types PricingType.fixedPrice allows the payee to parse in a specified price for payment PricingType.fixedPrice ensures the payer can input any amount for payment
TransactionStatus
Enumerates all the possible status responses of a coinbase charge
Verbose
The logging level while in debug mode