Skip to main content

UNKNOWN

Project description

This is a library for interfacing with Amazon’s integrated payment system, Checkout by Amazon.

Install

If you have pip installed, you can simply run:

$ pip install cba

If you lack pip but have easy_install, run:

$ easy_install cba

If you have neither, download this package and run:

$ python setup.py install

Usage

import cba

cba_settings = cba.Settings(
    merchant_id='...',
    marketplace_id='...',
    public_access_key='...',
    secret_access_key='...',
    sandbox=False,
)

if preexisting_id:
    contract = cba.PurchaseContract(id=preexisting_id, settings=cba_settings)
else:
    contract = cba.PurchaseContract(settings=cba_settings)

for item in cart:
    contract.order.add_item(cba.Item(id=item.id, title=item.name, price=item.price))

# Commit the order to Amazon after buyer has selected address and payment
# method.
contract.complete()

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

checkout-by-amazon-0.1.6.tar.gz (7.6 kB view details)

Uploaded Source

File details

Details for the file checkout-by-amazon-0.1.6.tar.gz.

File metadata

File hashes

Hashes for checkout-by-amazon-0.1.6.tar.gz
Algorithm Hash digest
SHA256 e9d37f292bccebb32a5bed1919602ac3c558d7d9a0dbc53dac3880442d4a320a
MD5 673bcf8af731ba188957c8e469e9e015
BLAKE2b-256 8a96cf6d711aee40e9dc4fff7c8282fa1c00c8ff67d261db7c5336d0fb05125d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page