Skip to main content

Apple iTunes In-app purchase verification api.

Project description

itunes-iap
~~~~~~~~~~

Quick example
-------------

Create request to create a request to itunes verify api.

>>> from itunesiap import Request
>>> request = Request(raw_data) # base64-encoded data
>>> receipt = request.verify()
>>> print receipt.product_id # any other values are available as property!

Practical useful values are: product_id, original_transaction_id, quantity, unique_identifier


Verification policy
-----------------

Set verification mode for production or sandbox api. Review mode also available for appstore review.

>>> from itunsiap import Request, set_verification_mode
>>> set_verification_mode('review') # enable both production and sandbox for appstore review. 'production', 'sandbox' or 'review'
>>> receipt = Request(raw_data).verify()

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

itunes-iap-0.1.1.tar.gz (6.8 kB view hashes)

Uploaded Source

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