Skip to content

Instantly share code, notes, and snippets.

Revisions

  1. Brent Shepherd revised this gist Nov 4, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion example-paypal-ipn-payloads.txt
    Original file line number Diff line number Diff line change
    @@ -123,7 +123,7 @@ NB: despite the name, this IPN request will be fired at the outset of a subscrip
    PayPal Standard Refund on Subscription Payment
    ----------------------------------------

    NB: the refund is processed on the subscription instead of just an order, meaning the
    NB: the refund is processed on the subscription instead of just an order

    [cmd] => _notify-validate
    [transaction_subject] => Monthly Subscription
  2. Brent Shepherd revised this gist Nov 4, 2015. 1 changed file with 37 additions and 0 deletions.
    37 changes: 37 additions & 0 deletions example-paypal-ipn-payloads.txt
    Original file line number Diff line number Diff line change
    @@ -119,6 +119,43 @@ NB: despite the name, this IPN request will be fired at the outset of a subscrip
    [notify_version] => 3.7
    [ipn_track_id] => a61c5d32abd26

    ----------------------------------------
    PayPal Standard Refund on Subscription Payment
    ----------------------------------------

    NB: the refund is processed on the subscription instead of just an order, meaning the

    [cmd] => _notify-validate
    [transaction_subject] => Monthly Subscription
    [payment_date] => 13:46:11 Nov 03, 2015 PST
    [subscr_id] => I-147GE9KPPHRD
    [last_name] => ---
    [residence_country] => US
    [item_name] => Monthly Subscription
    [payment_gross] => -49.99
    [mc_currency] => USD
    [business] => ---
    [payment_type] => instant
    [protection_eligibility] => Ineligible
    [verify_sign] => AbBIww12EQnvrHwYmd1wb98zYz53AyUF-sJY3ulee9W8dpqkrgsCGP0p
    [payer_email] => ---
    [txn_id] => 3Y146262EM3aaaaa
    [receiver_email] => ---
    [first_name] => ---
    [parent_txn_id] => 8V7125117R66aaaaa
    [invoice] => WC-12345
    [payer_id] => RQV6ZXZK7BLTL
    [receiver_id] => M4HBDYQHWCSWS
    [reason_code] => refund
    [payment_status] => Refunded
    [payment_fee] => -1.45
    [mc_fee] => -1.45
    [mc_gross] => -49.99
    [custom] => {"order_id":12345,"order_key":"wc_order_12345"}
    [charset] => windows-1252
    [notify_version] => 3.8
    [ipn_track_id] => 70e6b79cc4ee9


    ----------------------------------------
    PayPal Standard Subscription End of term
  3. Brent Shepherd revised this gist Nov 4, 2015. 1 changed file with 0 additions and 23 deletions.
    23 changes: 0 additions & 23 deletions example-paypal-ipn-payloads.txt
    Original file line number Diff line number Diff line change
    @@ -424,26 +424,3 @@ mp_desc = Attribute/Meta Test Product - $13.20
    mp_cycle_start = 25
    ipn_track_id = 4dd5de599c62

    ---------------------------------------------------------
    PayPal Express Checkout Billing Agreement Cancelled (used for Reference Transactions)
    ---------------------------------------------------------

    txn_type = mp_cancel
    last_name = Subscriber
    mp_currency = USD
    residence_country = US
    mp_status = 1
    mp_custom =
    verify_sign = ATDrmkMdjrW8WKQWZKdOLx5i1Ku1Ak5BNs0RQ9-AHzcDzy143paaaaaa
    payer_status = verified
    test_ipn = 1
    payer_email = testsubscriber@example.com
    first_name = Test
    payer_id = 7H3WD9J353KDE
    reason_code = mp_2002
    mp_id = B-10250528KB1aaaaaa
    charset = windows-1252
    notify_version = 3.8
    mp_desc = Attribute/Meta Test Product - $13.20
    mp_cycle_start = 25
    ipn_track_id = 4dd5de599c62
  4. Brent Shepherd renamed this gist Nov 4, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. Brent Shepherd revised this gist Nov 4, 2015. 1 changed file with 49 additions and 0 deletions.
    49 changes: 49 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -398,3 +398,52 @@ PayPal Express Checkout Recurring Payment Profile Expired
    ---------------------------------------------------------

    recurring_payment_expired


    ---------------------------------------------------------
    PayPal Express Checkout Billing Agreement Cancelled (used for Reference Transactions)
    ---------------------------------------------------------

    txn_type = mp_cancel
    last_name = Subscriber
    mp_currency = USD
    residence_country = US
    mp_status = 1
    mp_custom =
    verify_sign = ATDrmkMdjrW8WKQWZKdOLx5i1Ku1Ak5BNs0RQ9-AHzcDzy143paaaaaa
    payer_status = verified
    test_ipn = 1
    payer_email = testsubscriber@example.com
    first_name = Test
    payer_id = 7H3WD9J353KDE
    reason_code = mp_2002
    mp_id = B-10250528KB1aaaaaa
    charset = windows-1252
    notify_version = 3.8
    mp_desc = Attribute/Meta Test Product - $13.20
    mp_cycle_start = 25
    ipn_track_id = 4dd5de599c62

    ---------------------------------------------------------
    PayPal Express Checkout Billing Agreement Cancelled (used for Reference Transactions)
    ---------------------------------------------------------

    txn_type = mp_cancel
    last_name = Subscriber
    mp_currency = USD
    residence_country = US
    mp_status = 1
    mp_custom =
    verify_sign = ATDrmkMdjrW8WKQWZKdOLx5i1Ku1Ak5BNs0RQ9-AHzcDzy143paaaaaa
    payer_status = verified
    test_ipn = 1
    payer_email = testsubscriber@example.com
    first_name = Test
    payer_id = 7H3WD9J353KDE
    reason_code = mp_2002
    mp_id = B-10250528KB1aaaaaa
    charset = windows-1252
    notify_version = 3.8
    mp_desc = Attribute/Meta Test Product - $13.20
    mp_cycle_start = 25
    ipn_track_id = 4dd5de599c62
  6. Brent Shepherd revised this gist Oct 26, 2015. 1 changed file with 30 additions and 0 deletions.
    30 changes: 30 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -120,6 +120,36 @@ NB: despite the name, this IPN request will be fired at the outset of a subscrip
    [ipn_track_id] => a61c5d32abd26


    ----------------------------------------
    PayPal Standard Subscription End of term
    ----------------------------------------

    [txn_type] => subscr_cancel
    [subscr_id] => I-JJNTGAJV1DMS
    [last_name] => Subscriber
    [residence_country] => US
    [mc_currency] => USD
    [item_name] => Subscription 142 (Order 141) - 2 x IPN Test Product
    [business] => paypal-facilitator@example.com
    [amount3] => 4.00
    [recurring] => 1
    [verify_sign] => AU4WvDz0zcjtXNztNME3ZzcoackQAc2YV6xFXKyJXuizhxLqEVNLqK1j
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => testsubscriber@example.com
    [first_name] => Test
    [receiver_email] => paypal-facilitator@example.com
    [payer_id] => 7H3WD9J353KDE
    [invoice] => WC-141
    [reattempt] => 1
    [subscr_date] => 14:07:04 Oct 26, 2015 PDT
    [charset] => windows-1252
    [notify_version] => 3.8
    [period3] => 1 D
    [mc_amount3] => 4.00
    [ipn_track_id] => 51643e6560310


    ---------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Created
    ---------------------------------------------------------
  7. Brent Shepherd revised this gist Sep 25, 2015. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -273,6 +273,11 @@ PayPal Express Checkout Recurring Payment Profile Suspended
    -------------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Suspended (due to max failed payments)
    -------------------------------------------------------------
    NOTE: PayPal will send this for subscriptions created with PayPal Standard and Express Checkout.
    The same payload is used for both, which means, as seen below, the payload is very different to a
    normal PayPal Standard IPN. Most notably, it uses 'recurring_payment_id' parameter to refer to the
    subscription's ID instead of the 'subscr_id' param.
    -------------------------------------------------------------

    [payment_cycle] => Daily
    [txn_type] => recurring_payment_suspended_due_to_max_failed_payment
  8. Brent Shepherd revised this gist Sep 16, 2015. 1 changed file with 291 additions and 245 deletions.
    536 changes: 291 additions & 245 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -2,95 +2,95 @@
    PayPal Standard Subscription Sign-up
    -------------------------------------

    [txn_type] => subscr_signup
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [mc_currency] => AUD
    [item_name] => Digital Subscription
    [business] => {email}
    [recurring] => 1
    [verify_sign] => AFcWxV21C7fd0v3bYYYRCpSSRl31AEFeAejFlhh0AvqwNRts6zLECRVi
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => K48P3FBQZNRH4
    [invoice] => order_4f8e152355cbd
    [reattempt] => 1
    [recur_times] => 4
    [subscr_date] => 18:13:30 Apr 17, 2012 PDT
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [period1] => 1 D
    [mc_amount1] => 11.00
    [period3] => 1 D
    [mc_amount3] => 5.50
    [ipn_track_id] => baca4df432b87
    [txn_type] => subscr_signup
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [mc_currency] => AUD
    [item_name] => Digital Subscription
    [business] => {email}
    [recurring] => 1
    [verify_sign] => AFcWxV21C7fd0v3bYYYRCpSSRl31AEFeAejFlhh0AvqwNRts6zLECRVi
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => K48P3FBQZNRH4
    [invoice] => order_4f8e152355cbd
    [reattempt] => 1
    [recur_times] => 4
    [subscr_date] => 18:13:30 Apr 17, 2012 PDT
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [period1] => 1 D
    [mc_amount1] => 11.00
    [period3] => 1 D
    [mc_amount3] => 5.50
    [ipn_track_id] => baca4df432b87


    ------------------------------------
    PayPal Standard Subscription Payment
    ------------------------------------

    [transaction_subject] => Digital Subscription
    [txn_type] => subscr_payment
    [payment_date] => 18:13:35 Apr 17, 2012 PDT
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [pending_reason] => multi_currency
    [item_name] => Digital Subscription
    [payment_gross] =>
    [mc_currency] => AUD
    [business] => {email}
    [payment_type] => instant
    [transaction_subject] => Digital Subscription
    [txn_type] => subscr_payment
    [payment_date] => 18:13:35 Apr 17, 2012 PDT
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [pending_reason] => multi_currency
    [item_name] => Digital Subscription
    [payment_gross] =>
    [mc_currency] => AUD
    [business] => {email}
    [payment_type] => instant
    [protection_eligibility] => Ineligible
    [verify_sign] => AlwE8eihiSSJ03hK4SXJvMAsuPpmAzd.LYE-Q07euS3BLXz9uNkbRdHv
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => {email}
    [txn_id] => 6C779600XE728374D
    [receiver_email] => {email}
    [first_name] => Test
    [invoice] => order_4f8e152355cbd
    [payer_id] => K48P3FBQZNRH4
    [receiver_id] => TYDEKWLR8M58L
    [payment_status] => Pending
    [mc_gross] => 11.00
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [ipn_track_id] => bc2fc20276e24
    [verify_sign] => AlwE8eihiSSJ03hK4SXJvMAsuPpmAzd.LYE-Q07euS3BLXz9uNkbRdHv
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => {email}
    [txn_id] => 6C779600XE728374D
    [receiver_email] => {email}
    [first_name] => Test
    [invoice] => order_4f8e152355cbd
    [payer_id] => K48P3FBQZNRH4
    [receiver_id] => TYDEKWLR8M58L
    [payment_status] => Pending
    [mc_gross] => 11.00
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [ipn_track_id] => bc2fc20276e24


    ----------------------------------------
    PayPal Standard Subscription payment failed
    ----------------------------------------

    [txn_type] => subscr_failed
    [subscr_id] => I-xxxxxxxxxxxxx
    [last_name] => Last
    [residence_country] => US
    [item_name] => Subscription
    [payment_gross] => 15.00
    [mc_currency] => USD
    [business] => seller@example.com
    [verify_sign] => A0-sMTrfAqwBf.rExTHIVzsgH2MdAZNsVH0c27vNUOUeXxXxXxXx.xxx.
    [payer_status] => unverified
    [payer_email] => buyer@example.com
    [first_name] => First
    [receiver_email] => seller@example.com
    [payer_id] => xxxxxxxxxxxxx
    [invoice] => xxxxxxxxxxxxx
    [retry_at] => 02:00:00 Nov 21, 2014 PST
    [mc_gross] => 15.00
    [custom] => a:2:{i:0;i:23008;i:1;s:22:"wc_order_5431d8e32dbda";}
    [charset] => windows-1252
    [notify_version] => 3.8
    [ipn_track_id] => xxxxxxxxxxxxx
    [txn_type] => subscr_failed
    [subscr_id] => I-xxxxxxxxxxxxx
    [last_name] => Last
    [residence_country] => US
    [item_name] => Subscription
    [payment_gross] => 15.00
    [mc_currency] => USD
    [business] => seller@example.com
    [verify_sign] => A0-sMTrfAqwBf.rExTHIVzsgH2MdAZNsVH0c27vNUOUeXxXxXxXx.xxx.
    [payer_status] => unverified
    [payer_email] => buyer@example.com
    [first_name] => First
    [receiver_email] => seller@example.com
    [payer_id] => xxxxxxxxxxxxx
    [invoice] => xxxxxxxxxxxxx
    [retry_at] => 02:00:00 Nov 21, 2014 PST
    [mc_gross] => 15.00
    [custom] => a:2:{i:0;i:23008;i:1;s:22:"wc_order_5431d8e32dbda";}
    [charset] => windows-1252
    [notify_version] => 3.8
    [ipn_track_id] => xxxxxxxxxxxxx


    ----------------------------------------
    @@ -99,211 +99,258 @@ PayPal Standard Subscription End of term

    NB: despite the name, this IPN request will be fired at the outset of a subscription if the subscriptipn is only for one billing period (i.e. $100 for 1 year). In fact, it can even be fired *before* corresponding subscr_signup IPN requests.

    [txn_type] => subscr_eot
    [subscr_id] => I-SRRBR9NS5LG6
    [last_name] => User
    [residence_country] => US
    [item_name] => Infinite Physical Subscription
    [mc_currency] => AUD
    [business] => {email}
    [verify_sign] => A6r-zFZTmLHZytf7Q6AvXIaYe27GAkwObJpYDa2ofHn3pj18bKD689EJ
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => K48P3FBQZNRH4
    [invoice] => WCS-498
    [custom] => order_50f3a4a1880e6
    [charset] => windows-1252
    [notify_version] => 3.7
    [ipn_track_id] => a61c5d32abd26
    [txn_type] => subscr_eot
    [subscr_id] => I-SRRBR9NS5LG6
    [last_name] => User
    [residence_country] => US
    [item_name] => Infinite Physical Subscription
    [mc_currency] => AUD
    [business] => {email}
    [verify_sign] => A6r-zFZTmLHZytf7Q6AvXIaYe27GAkwObJpYDa2ofHn3pj18bKD689EJ
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => K48P3FBQZNRH4
    [invoice] => WCS-498
    [custom] => order_50f3a4a1880e6
    [charset] => windows-1252
    [notify_version] => 3.7
    [ipn_track_id] => a61c5d32abd26


    ---------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Created
    ---------------------------------------------------------

    [payment_cycle] => Weekly
    [txn_type] => recurring_payment_profile_created
    [last_name] => Account
    [payment_cycle] => Weekly
    [txn_type] => recurring_payment_profile_created
    [last_name] => Account
    [initial_payment_status] => Completed
    [next_payment_date] => 02:00:00 Jan 16, 2013 PST
    [residence_country] => US
    [next_payment_date] => 02:00:00 Jan 16, 2013 PST
    [residence_country] => US
    [initial_payment_amount] => 10.00
    [currency_code] => USD
    [time_created] => 16:58:22 Jan 15, 2013 PST
    [verify_sign] => AoBwLQAc-C5SqqwxvrFXyUuMAJPKAZpa4vCId-BIuKCPjOwMy24vDUG2
    [period_type] => Regular
    [payer_status] => unverified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => 9DLAZ5ZG6AY4S
    [product_type] => 1
    [currency_code] => USD
    [time_created] => 16:58:22 Jan 15, 2013 PST
    [verify_sign] => AoBwLQAc-C5SqqwxvrFXyUuMAJPKAZpa4vCId-BIuKCPjOwMy24vDUG2
    [period_type] => Regular
    [payer_status] => unverified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => 9DLAZ5ZG6AY4S
    [product_type] => 1
    [initial_payment_txn_id] => 3D4176143H7313404
    [shipping] => 0.00
    [amount_per_cycle] => 2.00
    [profile_status] => Active
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 2.00
    [outstanding_balance] => 0.00
    [recurring_payment_id] => I-FBG2E1SNEK3P
    [product_name] => Example Subscription: $10 sign-up fee then $2/week for the next four weeks.
    [ipn_track_id] => fc3abdfabd701
    [shipping] => 0.00
    [amount_per_cycle] => 2.00
    [profile_status] => Active
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 2.00
    [outstanding_balance] => 0.00
    [recurring_payment_id] => I-FBG2E1SNEK3P
    [product_name] => Example Subscription: $10 sign-up fee then $2/week for the next four weeks.
    [ipn_track_id] => fc3abdfabd701


    -----------------------------------------
    PayPal Express Checkout Recurring Payment
    -----------------------------------------

    [mc_gross] => 0.99
    [outstanding_balance] => 0.00
    [period_type] => Regular
    [next_payment_date] => 02:00:00 Jan 22, 2013 PST
    [mc_gross] => 0.99
    [outstanding_balance] => 0.00
    [period_type] => Regular
    [next_payment_date] => 02:00:00 Jan 22, 2013 PST
    [protection_eligibility] => Ineligible
    [payment_cycle] => Weekly
    [tax] => 0.00
    [payer_id] => ZTZWM3QG5RVWA
    [payment_date] => 16:29:05 Jan 16, 2013 PST
    [payment_status] => Completed
    [product_name] => New Crusaders Weekly Subscription - $0.99 / Week
    [charset] => windows-1252
    [recurring_payment_id] => I-C96H8U6B1XD3
    [first_name] => Albert
    [mc_fee] => 0.10
    [notify_version] => 3.7
    [amount_per_cycle] => 0.99
    [payer_status] => verified
    [currency_code] => USD
    [business] => {email}
    [verify_sign] => AtcS29wkqdASQ-xvOjVKx06igVH3AH3XfztWmzakc4F5--Gc5Fbxkgwp
    [payer_email] => {email}
    [payment_cycle] => Weekly
    [tax] => 0.00
    [payer_id] => ZTZWM3QG5RVWA
    [payment_date] => 16:29:05 Jan 16, 2013 PST
    [payment_status] => Completed
    [product_name] => New Crusaders Weekly Subscription - $0.99 / Week
    [charset] => windows-1252
    [recurring_payment_id] => I-C96H8U6B1XD3
    [first_name] => Albert
    [mc_fee] => 0.10
    [notify_version] => 3.7
    [amount_per_cycle] => 0.99
    [payer_status] => verified
    [currency_code] => USD
    [business] => {email}
    [verify_sign] => AtcS29wkqdASQ-xvOjVKx06igVH3AH3XfztWmzakc4F5--Gc5Fbxkgwp
    [payer_email] => {email}
    [initial_payment_amount] => 0.99
    [profile_status] => Active
    [amount] => 0.99
    [txn_id] => 91J96287F7318242M
    [payment_type] => instant
    [last_name] => Yarusso
    [receiver_email] => {email}
    [payment_fee] => 0.10
    [receiver_id] => TYDEKWLR8M58L
    [txn_type] => recurring_payment
    [mc_currency] => USD
    [residence_country] => US
    [test_ipn] => 1
    [transaction_subject] => New Crusaders Weekly Subscription - $0.99 / Week
    [payment_gross] => 0.99
    [shipping] => 0.00
    [product_type] => 1
    [time_created] => 16:03:15 May 29, 2012 PDT
    [ipn_track_id] => 7412ad0b4b9f
    [profile_status] => Active
    [amount] => 0.99
    [txn_id] => 91J96287F7318242M
    [payment_type] => instant
    [last_name] => Yarusso
    [receiver_email] => {email}
    [payment_fee] => 0.10
    [receiver_id] => TYDEKWLR8M58L
    [txn_type] => recurring_payment
    [mc_currency] => USD
    [residence_country] => US
    [test_ipn] => 1
    [transaction_subject] => New Crusaders Weekly Subscription - $0.99 / Week
    [payment_gross] => 0.99
    [shipping] => 0.00
    [product_type] => 1
    [time_created] => 16:03:15 May 29, 2012 PDT
    [ipn_track_id] => 7412ad0b4b9f


    -----------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Cancelled
    -----------------------------------------------------------

    [payment_cycle] => Yearly
    [txn_type] => recurring_payment_profile_cancel
    [last_name] => Sobti
    [next_payment_date] => N/A
    [residence_country] => US
    [payment_cycle] => Yearly
    [txn_type] => recurring_payment_profile_cancel
    [last_name] => Sobti
    [next_payment_date] => N/A
    [residence_country] => US
    [initial_payment_amount] => 10.00
    [currency_code] => USD
    [time_created] => 08:57:21 Jan 07, 2013 PST
    [verify_sign] => AxwZqsgc073NeO-UEzPQbva8BufsAxwqa4WpcYTsiX6pSLWQGN4C4TcN
    [period_type] => Regular
    [payer_status] => verified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => {email}
    [first_name] => sourav
    [receiver_email] => {email}
    [payer_id] => HFEPDWB4GEJRS
    [product_type] => 1
    [shipping] => 0.00
    [amount_per_cycle] => 10.00
    [profile_status] => Cancelled
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 10.00
    [outstanding_balance] => 0.00
    [recurring_payment_id] => I-XV6YSASKJP4C
    [product_name] => Example Subscription: $10/year for the advertise.
    [ipn_track_id] => b026e77ff014b
    [currency_code] => USD
    [time_created] => 08:57:21 Jan 07, 2013 PST
    [verify_sign] => AxwZqsgc073NeO-UEzPQbva8BufsAxwqa4WpcYTsiX6pSLWQGN4C4TcN
    [period_type] => Regular
    [payer_status] => verified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => {email}
    [first_name] => sourav
    [receiver_email] => {email}
    [payer_id] => HFEPDWB4GEJRS
    [product_type] => 1
    [shipping] => 0.00
    [amount_per_cycle] => 10.00
    [profile_status] => Cancelled
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 10.00
    [outstanding_balance] => 0.00
    [recurring_payment_id] => I-XV6YSASKJP4C
    [product_name] => Example Subscription: $10/year for the advertise.
    [ipn_track_id] => b026e77ff014b


    -----------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Suspended
    -----------------------------------------------------------

    [payment_cycle] => Monthly
    [txn_type] => recurring_payment_suspended
    [last_name] => User
    [next_payment_date] => N/A
    [residence_country] => US
    [payment_cycle] => Monthly
    [txn_type] => recurring_payment_suspended
    [last_name] => User
    [next_payment_date] => N/A
    [residence_country] => US
    [initial_payment_amount] => 0.00
    [currency_code] => USD
    [time_created] => 03:55:23 Jun 26, 2011 PDT
    [verify_sign] => ALhidksZmk9iw2epBJyOcJNR2oSeAPiAxyIKo5rEkg8a93i7cq7UB14b
    [period_type] => Regular
    [payer_status] => verified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => K48P3FBQZNRH4
    [product_type] => 1
    [shipping] => 0.00
    [amount_per_cycle] => 20.00
    [profile_status] => Suspended
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 20.00
    [outstanding_balance] => 0.00
    [recurring_payment_id] => I-R1W3HGBUR09J
    [product_name] => WordPress 3.1 Local Support Subscription
    [ipn_track_id] => 7376b93918839
    [currency_code] => USD
    [time_created] => 03:55:23 Jun 26, 2011 PDT
    [verify_sign] => ALhidksZmk9iw2epBJyOcJNR2oSeAPiAxyIKo5rEkg8a93i7cq7UB14b
    [period_type] => Regular
    [payer_status] => verified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => K48P3FBQZNRH4
    [product_type] => 1
    [shipping] => 0.00
    [amount_per_cycle] => 20.00
    [profile_status] => Suspended
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 20.00
    [outstanding_balance] => 0.00
    [recurring_payment_id] => I-R1W3HGBUR09J
    [product_name] => WordPress 3.1 Local Support Subscription
    [ipn_track_id] => 7376b93918839

    -------------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Suspended (due to max failed payments)
    -------------------------------------------------------------

    [payment_cycle] => Daily
    [txn_type] => recurring_payment_suspended_due_to_max_failed_payment
    [last_name] => Subscriber
    [next_payment_date] => N/A
    [residence_country] => US
    [payment_cycle] => Daily
    [txn_type] => recurring_payment_suspended_due_to_max_failed_payment
    [last_name] => Subscriber
    [next_payment_date] => N/A
    [residence_country] => US
    [initial_payment_amount] => 0.00
    [rp_invoice_id] => WCS-1887
    [currency_code] => USD
    [time_created] => 23:23:09 Feb 20, 2014 PST
    [verify_sign] => AcyJhOxs85UR4EOFJmYCqzyHFgM8Ac1W9eWKKwiCacUzAgqTZVIGIj4i
    [period_type] => Regular
    [payer_status] => verified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => testsubscriber@email.com
    [first_name] => Test
    [receiver_email] => test.b_1360124123_biz@email.com
    [payer_id] => 7H3WD9J353KDE
    [product_type] => 1
    [shipping] => 0.00
    [amount_per_cycle] => 13.20
    [profile_status] => Suspended
    [custom] => a:2:{i:0;i:1887;i:1;s:22:"wc_order_5306ff485377b";}
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 13.20
    [outstanding_balance] => 13.20
    [recurring_payment_id] => I-816B7WBJBC9M
    [product_name] => PayPal Product to Delete
    [ipn_track_id] => 1a4de65b7decc
    [rp_invoice_id] => WCS-1887
    [currency_code] => USD
    [time_created] => 23:23:09 Feb 20, 2014 PST
    [verify_sign] => AcyJhOxs85UR4EOFJmYCqzyHFgM8Ac1W9eWKKwiCacUzAgqTZVIGIj4i
    [period_type] => Regular
    [payer_status] => verified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => testsubscriber@email.com
    [first_name] => Test
    [receiver_email] => test.b_1360124123_biz@email.com
    [payer_id] => 7H3WD9J353KDE
    [product_type] => 1
    [shipping] => 0.00
    [amount_per_cycle] => 13.20
    [profile_status] => Suspended
    [custom] => a:2:{i:0;i:1887;i:1;s:22:"wc_order_5306ff485377b";}
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 13.20
    [outstanding_balance] => 13.20
    [recurring_payment_id] => I-816B7WBJBC9M
    [product_name] => PayPal Product to Delete
    [ipn_track_id] => 1a4de65b7decc


    ---------------------------------------------------------
    PayPal Express Checkout Reference Transaction Payment
    ---------------------------------------------------------

    txn_type = merch_pmt
    mp_id = B-3A22829560217nnnn
    mp_custom = {"order_id":4714,"order_key":"wc_order_55f37c1nnnn"}
    mc_gross = 24.20
    mp_currency = USD
    mp_desc = Orders with Wootique
    mp_cycle_start = 11
    mp_status = 0
    invoice = 4757
    protection_eligibility = Ineligible
    payer_id = 7H3WD9J353KDE
    tax = 0.00
    payment_date = 17:41:51 Sep 15, 2015 PDT
    payment_status = Completed
    charset = windows-1252
    first_name = Test
    last_name = Subscriber
    payer_status = verified
    receiver_email = reftrans@example.com
    mc_fee = 1.00
    mc_currency = USD
    notify_version = 3.8
    custom = {"order_id":4757,"order_key":"wc_order_55f8baccbnnnn"}
    business = reftrans@prospress.com
    quantity = 1
    verify_sign = AWHwKBMoVXhTmv6W8P6KccBSLnxQAHmq03AwhhoJy7cz8500pATS3Oep
    payer_email = testsubscriber@example.com
    payment_type = instant
    payment_fee = 1.00
    receiver_id = XSUY8VDLFXVFS
    item_name =
    item_number =
    residence_country = US
    handling_amount = 0.00
    transaction_subject =
    payment_gross = 24.20
    shipping = 0.00
    txn_id = 9N52557315965820E
    test_ipn = 1
    ipn_track_id = c94b046e848d1


    -------------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Reactiavted
    @@ -316,4 +363,3 @@ PayPal Express Checkout Recurring Payment Profile Expired
    ---------------------------------------------------------

    recurring_payment_expired

  9. Brent Shepherd revised this gist Sep 12, 2015. 1 changed file with 57 additions and 3 deletions.
    60 changes: 57 additions & 3 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -66,6 +66,33 @@ PayPal Standard Subscription Payment
    [ipn_track_id] => bc2fc20276e24


    ----------------------------------------
    PayPal Standard Subscription payment failed
    ----------------------------------------

    [txn_type] => subscr_failed
    [subscr_id] => I-xxxxxxxxxxxxx
    [last_name] => Last
    [residence_country] => US
    [item_name] => Subscription
    [payment_gross] => 15.00
    [mc_currency] => USD
    [business] => seller@example.com
    [verify_sign] => A0-sMTrfAqwBf.rExTHIVzsgH2MdAZNsVH0c27vNUOUeXxXxXxXx.xxx.
    [payer_status] => unverified
    [payer_email] => buyer@example.com
    [first_name] => First
    [receiver_email] => seller@example.com
    [payer_id] => xxxxxxxxxxxxx
    [invoice] => xxxxxxxxxxxxx
    [retry_at] => 02:00:00 Nov 21, 2014 PST
    [mc_gross] => 15.00
    [custom] => a:2:{i:0;i:23008;i:1;s:22:"wc_order_5431d8e32dbda";}
    [charset] => windows-1252
    [notify_version] => 3.8
    [ipn_track_id] => xxxxxxxxxxxxx


    ----------------------------------------
    PayPal Standard Subscription End of term
    ----------------------------------------
    @@ -93,8 +120,6 @@ NB: despite the name, this IPN request will be fired at the outset of a subscrip
    [ipn_track_id] => a61c5d32abd26




    ---------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Created
    ---------------------------------------------------------
    @@ -249,7 +274,36 @@ PayPal Express Checkout Recurring Payment Profile Suspended
    PayPal Express Checkout Recurring Payment Profile Suspended (due to max failed payments)
    -------------------------------------------------------------

    recurring_payment_suspended_due_to_max_failed_payment
    [payment_cycle] => Daily
    [txn_type] => recurring_payment_suspended_due_to_max_failed_payment
    [last_name] => Subscriber
    [next_payment_date] => N/A
    [residence_country] => US
    [initial_payment_amount] => 0.00
    [rp_invoice_id] => WCS-1887
    [currency_code] => USD
    [time_created] => 23:23:09 Feb 20, 2014 PST
    [verify_sign] => AcyJhOxs85UR4EOFJmYCqzyHFgM8Ac1W9eWKKwiCacUzAgqTZVIGIj4i
    [period_type] => Regular
    [payer_status] => verified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => testsubscriber@email.com
    [first_name] => Test
    [receiver_email] => test.b_1360124123_biz@email.com
    [payer_id] => 7H3WD9J353KDE
    [product_type] => 1
    [shipping] => 0.00
    [amount_per_cycle] => 13.20
    [profile_status] => Suspended
    [custom] => a:2:{i:0;i:1887;i:1;s:22:"wc_order_5306ff485377b";}
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 13.20
    [outstanding_balance] => 13.20
    [recurring_payment_id] => I-816B7WBJBC9M
    [product_name] => PayPal Product to Delete
    [ipn_track_id] => 1a4de65b7decc

    -------------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Reactiavted
  10. @thenbrent thenbrent revised this gist Jan 17, 2013. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -245,9 +245,21 @@ PayPal Express Checkout Recurring Payment Profile Suspended
    [product_name] => WordPress 3.1 Local Support Subscription
    [ipn_track_id] => 7376b93918839

    -------------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Suspended (due to max failed payments)
    -------------------------------------------------------------

    recurring_payment_suspended_due_to_max_failed_payment

    -------------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Reactiavted
    -------------------------------------------------------------

    NULL

    ---------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Expired
    ---------------------------------------------------------

    recurring_payment_expired

  11. @thenbrent thenbrent revised this gist Jan 17, 2013. 1 changed file with 41 additions and 0 deletions.
    41 changes: 41 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -210,3 +210,44 @@ PayPal Express Checkout Recurring Payment Profile Cancelled
    [recurring_payment_id] => I-XV6YSASKJP4C
    [product_name] => Example Subscription: $10/year for the advertise.
    [ipn_track_id] => b026e77ff014b


    -----------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Suspended
    -----------------------------------------------------------

    [payment_cycle] => Monthly
    [txn_type] => recurring_payment_suspended
    [last_name] => User
    [next_payment_date] => N/A
    [residence_country] => US
    [initial_payment_amount] => 0.00
    [currency_code] => USD
    [time_created] => 03:55:23 Jun 26, 2011 PDT
    [verify_sign] => ALhidksZmk9iw2epBJyOcJNR2oSeAPiAxyIKo5rEkg8a93i7cq7UB14b
    [period_type] => Regular
    [payer_status] => verified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => K48P3FBQZNRH4
    [product_type] => 1
    [shipping] => 0.00
    [amount_per_cycle] => 20.00
    [profile_status] => Suspended
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 20.00
    [outstanding_balance] => 0.00
    [recurring_payment_id] => I-R1W3HGBUR09J
    [product_name] => WordPress 3.1 Local Support Subscription
    [ipn_track_id] => 7376b93918839

    -------------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Reactiavted
    -------------------------------------------------------------

    NULL

  12. @thenbrent thenbrent revised this gist Jan 17, 2013. 1 changed file with 33 additions and 0 deletions.
    33 changes: 33 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -65,6 +65,7 @@ PayPal Standard Subscription Payment
    [notify_version] => 3.4
    [ipn_track_id] => bc2fc20276e24


    ----------------------------------------
    PayPal Standard Subscription End of term
    ----------------------------------------
    @@ -177,3 +178,35 @@ PayPal Express Checkout Recurring Payment
    [ipn_track_id] => 7412ad0b4b9f


    -----------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Cancelled
    -----------------------------------------------------------

    [payment_cycle] => Yearly
    [txn_type] => recurring_payment_profile_cancel
    [last_name] => Sobti
    [next_payment_date] => N/A
    [residence_country] => US
    [initial_payment_amount] => 10.00
    [currency_code] => USD
    [time_created] => 08:57:21 Jan 07, 2013 PST
    [verify_sign] => AxwZqsgc073NeO-UEzPQbva8BufsAxwqa4WpcYTsiX6pSLWQGN4C4TcN
    [period_type] => Regular
    [payer_status] => verified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => {email}
    [first_name] => sourav
    [receiver_email] => {email}
    [payer_id] => HFEPDWB4GEJRS
    [product_type] => 1
    [shipping] => 0.00
    [amount_per_cycle] => 10.00
    [profile_status] => Cancelled
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 10.00
    [outstanding_balance] => 0.00
    [recurring_payment_id] => I-XV6YSASKJP4C
    [product_name] => Example Subscription: $10/year for the advertise.
    [ipn_track_id] => b026e77ff014b
  13. @thenbrent thenbrent revised this gist Jan 17, 2013. 1 changed file with 176 additions and 90 deletions.
    266 changes: 176 additions & 90 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,93 +1,179 @@
    ---------------------------------
    Subscription Sign-up
    ---------------------------------

    [txn_type] => subscr_signup
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [mc_currency] => AUD
    [item_name] => Digital Subscription
    [business] => digita_1308916325_biz@gmail.com
    [recurring] => 1
    [verify_sign] => AFcWxV21C7fd0v3bYYYRCpSSRl31AEFeAejFlhh0AvqwNRts6zLECRVi
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => thenbr_1308920643_per@gmail.com
    [first_name] => Test
    [receiver_email] => digita_1308916325_biz@gmail.com
    [payer_id] => K48P3FBQZNRH4
    [invoice] => order_4f8e152355cbd
    [reattempt] => 1
    [recur_times] => 4
    [subscr_date] => 18:13:30 Apr 17, 2012 PDT
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [period1] => 1 D
    [mc_amount1] => 11.00
    [period3] => 1 D
    [mc_amount3] => 5.50
    [ipn_track_id] => baca4df432b87


    ---------------------------------
    Subscription Payment
    ---------------------------------


    [transaction_subject] => Digital Subscription
    [txn_type] => subscr_payment
    [payment_date] => 18:13:35 Apr 17, 2012 PDT
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [pending_reason] => multi_currency
    [item_name] => Digital Subscription
    [payment_gross] =>
    [mc_currency] => AUD
    [business] => digita_1308916325_biz@gmail.com
    [payment_type] => instant
    [protection_eligibility] => Ineligible
    [verify_sign] => AlwE8eihiSSJ03hK4SXJvMAsuPpmAzd.LYE-Q07euS3BLXz9uNkbRdHv
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => thenbr_1308920643_per@gmail.com
    [txn_id] => 6C779600XE728374D
    [receiver_email] => digita_1308916325_biz@gmail.com
    [first_name] => Test
    [invoice] => order_4f8e152355cbd
    [payer_id] => K48P3FBQZNRH4
    [receiver_id] => TYDEKWLR8M58L
    [payment_status] => Pending
    [mc_gross] => 11.00
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [ipn_track_id] => bc2fc20276e24

    ---------------------------------
    Subscription End of term
    ---------------------------------
    -------------------------------------
    PayPal Standard Subscription Sign-up
    -------------------------------------

    [txn_type] => subscr_signup
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [mc_currency] => AUD
    [item_name] => Digital Subscription
    [business] => {email}
    [recurring] => 1
    [verify_sign] => AFcWxV21C7fd0v3bYYYRCpSSRl31AEFeAejFlhh0AvqwNRts6zLECRVi
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => K48P3FBQZNRH4
    [invoice] => order_4f8e152355cbd
    [reattempt] => 1
    [recur_times] => 4
    [subscr_date] => 18:13:30 Apr 17, 2012 PDT
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [period1] => 1 D
    [mc_amount1] => 11.00
    [period3] => 1 D
    [mc_amount3] => 5.50
    [ipn_track_id] => baca4df432b87


    ------------------------------------
    PayPal Standard Subscription Payment
    ------------------------------------

    [transaction_subject] => Digital Subscription
    [txn_type] => subscr_payment
    [payment_date] => 18:13:35 Apr 17, 2012 PDT
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [pending_reason] => multi_currency
    [item_name] => Digital Subscription
    [payment_gross] =>
    [mc_currency] => AUD
    [business] => {email}
    [payment_type] => instant
    [protection_eligibility] => Ineligible
    [verify_sign] => AlwE8eihiSSJ03hK4SXJvMAsuPpmAzd.LYE-Q07euS3BLXz9uNkbRdHv
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => {email}
    [txn_id] => 6C779600XE728374D
    [receiver_email] => {email}
    [first_name] => Test
    [invoice] => order_4f8e152355cbd
    [payer_id] => K48P3FBQZNRH4
    [receiver_id] => TYDEKWLR8M58L
    [payment_status] => Pending
    [mc_gross] => 11.00
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [ipn_track_id] => bc2fc20276e24

    ----------------------------------------
    PayPal Standard Subscription End of term
    ----------------------------------------

    NB: despite the name, this IPN request will be fired at the outset of a subscription if the subscriptipn is only for one billing period (i.e. $100 for 1 year). In fact, it can even be fired *before* corresponding subscr_signup IPN requests.

    [txn_type] => subscr_eot
    [subscr_id] => I-SRRBR9NS5LG6
    [last_name] => User
    [residence_country] => US
    [item_name] => Infinite Physical Subscription
    [mc_currency] => AUD
    [business] => digita_1308916325_biz@gmail.com
    [verify_sign] => A6r-zFZTmLHZytf7Q6AvXIaYe27GAkwObJpYDa2ofHn3pj18bKD689EJ
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => thenbr_1308920643_per@gmail.com
    [first_name] => Test
    [receiver_email] => digita_1308916325_biz@gmail.com
    [payer_id] => K48P3FBQZNRH4
    [invoice] => WCS-498
    [custom] => order_50f3a4a1880e6
    [charset] => windows-1252
    [notify_version] => 3.7
    [ipn_track_id] => a61c5d32abd26
    [txn_type] => subscr_eot
    [subscr_id] => I-SRRBR9NS5LG6
    [last_name] => User
    [residence_country] => US
    [item_name] => Infinite Physical Subscription
    [mc_currency] => AUD
    [business] => {email}
    [verify_sign] => A6r-zFZTmLHZytf7Q6AvXIaYe27GAkwObJpYDa2ofHn3pj18bKD689EJ
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => K48P3FBQZNRH4
    [invoice] => WCS-498
    [custom] => order_50f3a4a1880e6
    [charset] => windows-1252
    [notify_version] => 3.7
    [ipn_track_id] => a61c5d32abd26




    ---------------------------------------------------------
    PayPal Express Checkout Recurring Payment Profile Created
    ---------------------------------------------------------

    [payment_cycle] => Weekly
    [txn_type] => recurring_payment_profile_created
    [last_name] => Account
    [initial_payment_status] => Completed
    [next_payment_date] => 02:00:00 Jan 16, 2013 PST
    [residence_country] => US
    [initial_payment_amount] => 10.00
    [currency_code] => USD
    [time_created] => 16:58:22 Jan 15, 2013 PST
    [verify_sign] => AoBwLQAc-C5SqqwxvrFXyUuMAJPKAZpa4vCId-BIuKCPjOwMy24vDUG2
    [period_type] => Regular
    [payer_status] => unverified
    [test_ipn] => 1
    [tax] => 0.00
    [payer_email] => {email}
    [first_name] => Test
    [receiver_email] => {email}
    [payer_id] => 9DLAZ5ZG6AY4S
    [product_type] => 1
    [initial_payment_txn_id] => 3D4176143H7313404
    [shipping] => 0.00
    [amount_per_cycle] => 2.00
    [profile_status] => Active
    [charset] => windows-1252
    [notify_version] => 3.7
    [amount] => 2.00
    [outstanding_balance] => 0.00
    [recurring_payment_id] => I-FBG2E1SNEK3P
    [product_name] => Example Subscription: $10 sign-up fee then $2/week for the next four weeks.
    [ipn_track_id] => fc3abdfabd701


    -----------------------------------------
    PayPal Express Checkout Recurring Payment
    -----------------------------------------

    [mc_gross] => 0.99
    [outstanding_balance] => 0.00
    [period_type] => Regular
    [next_payment_date] => 02:00:00 Jan 22, 2013 PST
    [protection_eligibility] => Ineligible
    [payment_cycle] => Weekly
    [tax] => 0.00
    [payer_id] => ZTZWM3QG5RVWA
    [payment_date] => 16:29:05 Jan 16, 2013 PST
    [payment_status] => Completed
    [product_name] => New Crusaders Weekly Subscription - $0.99 / Week
    [charset] => windows-1252
    [recurring_payment_id] => I-C96H8U6B1XD3
    [first_name] => Albert
    [mc_fee] => 0.10
    [notify_version] => 3.7
    [amount_per_cycle] => 0.99
    [payer_status] => verified
    [currency_code] => USD
    [business] => {email}
    [verify_sign] => AtcS29wkqdASQ-xvOjVKx06igVH3AH3XfztWmzakc4F5--Gc5Fbxkgwp
    [payer_email] => {email}
    [initial_payment_amount] => 0.99
    [profile_status] => Active
    [amount] => 0.99
    [txn_id] => 91J96287F7318242M
    [payment_type] => instant
    [last_name] => Yarusso
    [receiver_email] => {email}
    [payment_fee] => 0.10
    [receiver_id] => TYDEKWLR8M58L
    [txn_type] => recurring_payment
    [mc_currency] => USD
    [residence_country] => US
    [test_ipn] => 1
    [transaction_subject] => New Crusaders Weekly Subscription - $0.99 / Week
    [payment_gross] => 0.99
    [shipping] => 0.00
    [product_type] => 1
    [time_created] => 16:03:15 May 29, 2012 PDT
    [ipn_track_id] => 7412ad0b4b9f


  14. @thenbrent thenbrent revised this gist Jan 14, 2013. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -2,8 +2,6 @@
    Subscription Sign-up
    ---------------------------------

    Array
    (
    [txn_type] => subscr_signup
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    @@ -31,7 +29,6 @@ Array
    [period3] => 1 D
    [mc_amount3] => 5.50
    [ipn_track_id] => baca4df432b87
    )


    ---------------------------------
  15. @thenbrent thenbrent revised this gist Jan 14, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -75,7 +75,7 @@ Subscription End of term

    NB: despite the name, this IPN request will be fired at the outset of a subscription if the subscriptipn is only for one billing period (i.e. $100 for 1 year). In fact, it can even be fired *before* corresponding subscr_signup IPN requests.

    [txn_type] => subscr_eot
    [txn_type] => subscr_eot
    [subscr_id] => I-SRRBR9NS5LG6
    [last_name] => User
    [residence_country] => US
  16. @thenbrent thenbrent revised this gist Jan 14, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -73,7 +73,7 @@ Subscription Payment
    Subscription End of term
    ---------------------------------

    NB: despite the name, this IPN message can also be fired at the outset of a Subscription if the subscriptipn is only for one billing period (i.e. $100 for 1 year).
    NB: despite the name, this IPN request will be fired at the outset of a subscription if the subscriptipn is only for one billing period (i.e. $100 for 1 year). In fact, it can even be fired *before* corresponding subscr_signup IPN requests.

    [txn_type] => subscr_eot
    [subscr_id] => I-SRRBR9NS5LG6
  17. @thenbrent thenbrent revised this gist Jan 14, 2013. 1 changed file with 26 additions and 3 deletions.
    29 changes: 26 additions & 3 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -39,8 +39,6 @@ Subscription Payment
    ---------------------------------


    Array
    (
    [transaction_subject] => Digital Subscription
    [txn_type] => subscr_payment
    [payment_date] => 18:13:35 Apr 17, 2012 PDT
    @@ -70,4 +68,29 @@ Array
    [charset] => windows-1252
    [notify_version] => 3.4
    [ipn_track_id] => bc2fc20276e24
    )

    ---------------------------------
    Subscription End of term
    ---------------------------------

    NB: despite the name, this IPN message can also be fired at the outset of a Subscription if the subscriptipn is only for one billing period (i.e. $100 for 1 year).

    [txn_type] => subscr_eot
    [subscr_id] => I-SRRBR9NS5LG6
    [last_name] => User
    [residence_country] => US
    [item_name] => Infinite Physical Subscription
    [mc_currency] => AUD
    [business] => digita_1308916325_biz@gmail.com
    [verify_sign] => A6r-zFZTmLHZytf7Q6AvXIaYe27GAkwObJpYDa2ofHn3pj18bKD689EJ
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => thenbr_1308920643_per@gmail.com
    [first_name] => Test
    [receiver_email] => digita_1308916325_biz@gmail.com
    [payer_id] => K48P3FBQZNRH4
    [invoice] => WCS-498
    [custom] => order_50f3a4a1880e6
    [charset] => windows-1252
    [notify_version] => 3.7
    [ipn_track_id] => a61c5d32abd26
  18. @thenbrent thenbrent created this gist Jul 3, 2012.
    73 changes: 73 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,73 @@
    ---------------------------------
    Subscription Sign-up
    ---------------------------------

    Array
    (
    [txn_type] => subscr_signup
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [mc_currency] => AUD
    [item_name] => Digital Subscription
    [business] => digita_1308916325_biz@gmail.com
    [recurring] => 1
    [verify_sign] => AFcWxV21C7fd0v3bYYYRCpSSRl31AEFeAejFlhh0AvqwNRts6zLECRVi
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => thenbr_1308920643_per@gmail.com
    [first_name] => Test
    [receiver_email] => digita_1308916325_biz@gmail.com
    [payer_id] => K48P3FBQZNRH4
    [invoice] => order_4f8e152355cbd
    [reattempt] => 1
    [recur_times] => 4
    [subscr_date] => 18:13:30 Apr 17, 2012 PDT
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [period1] => 1 D
    [mc_amount1] => 11.00
    [period3] => 1 D
    [mc_amount3] => 5.50
    [ipn_track_id] => baca4df432b87
    )


    ---------------------------------
    Subscription Payment
    ---------------------------------


    Array
    (
    [transaction_subject] => Digital Subscription
    [txn_type] => subscr_payment
    [payment_date] => 18:13:35 Apr 17, 2012 PDT
    [subscr_id] => I-NARPL1C0KAHA
    [last_name] => User
    [residence_country] => US
    [pending_reason] => multi_currency
    [item_name] => Digital Subscription
    [payment_gross] =>
    [mc_currency] => AUD
    [business] => digita_1308916325_biz@gmail.com
    [payment_type] => instant
    [protection_eligibility] => Ineligible
    [verify_sign] => AlwE8eihiSSJ03hK4SXJvMAsuPpmAzd.LYE-Q07euS3BLXz9uNkbRdHv
    [payer_status] => verified
    [test_ipn] => 1
    [payer_email] => thenbr_1308920643_per@gmail.com
    [txn_id] => 6C779600XE728374D
    [receiver_email] => digita_1308916325_biz@gmail.com
    [first_name] => Test
    [invoice] => order_4f8e152355cbd
    [payer_id] => K48P3FBQZNRH4
    [receiver_id] => TYDEKWLR8M58L
    [payment_status] => Pending
    [mc_gross] => 11.00
    [custom] => 25
    [charset] => windows-1252
    [notify_version] => 3.4
    [ipn_track_id] => bc2fc20276e24
    )