Skip to content

Instantly share code, notes, and snippets.

@dbrent-amazon
Created October 2, 2015 18:33
Show Gist options
  • Save dbrent-amazon/3a99783c551881969777 to your computer and use it in GitHub Desktop.
Save dbrent-amazon/3a99783c551881969777 to your computer and use it in GitHub Desktop.
ConfirmOrderReference
from pay_with_amazon.client import PayWithAmazonClient
client = PayWithAmazonClient(
mws_access_key='YOUR_ACCESS_KEY',
mws_secret_key='YOUR_SECRET_KEY',
merchant_id='YOUR_MERCHANT_ID',
region='na',
currency_code='USD')
response = client.confirm_order_reference(
amazon_order_reference_id='AMAZON_ORDER_REFERENCE_ID')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment