Skip to content

Instantly share code, notes, and snippets.

View jnpkr's full-sized avatar
🏠
Working from home

Jon Parker jnpkr

🏠
Working from home
  • Brighton, England
View GitHub Profile
@jnpkr
jnpkr / ipn.py
Last active December 16, 2015 07:39 — forked from doobeh/ipn.py
# -*- coding: utf-8 -*-
"""
IPN Engine
~~~~~~~~~~
PayPal's Instant Payment Notification (IPN) helps integrate PayPal more
deeply into your web application. When activated, PayPal will send a
POST request to a specified URL when a transaction's status changes.
The most obvious use is to trigger a state change, enable an account,