Forked from thenbrent/example-paypal-ipn-payloads.txt
Created
January 11, 2018 18:43
-
-
Save w3guy/9282e7b83cbc9258569d9ade7eeceeda to your computer and use it in GitHub Desktop.
PayPal Standard & Express Checkout Subscription Related IPN Messages (from Sandbox)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------- | |
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] => [email protected] | |
[recurring] => 1 | |
[verify_sign] => AFcWxV21C7fd0v3bYYYRCpSSRl31AEFeAejFlhh0AvqwNRts6zLECRVi | |
[payer_status] => verified | |
[test_ipn] => 1 | |
[payer_email] => [email protected] | |
[first_name] => Test | |
[receiver_email] => [email protected] | |
[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] => [email protected] | |
[payment_type] => instant | |
[protection_eligibility] => Ineligible | |
[verify_sign] => AlwE8eihiSSJ03hK4SXJvMAsuPpmAzd.LYE-Q07euS3BLXz9uNkbRdHv | |
[payer_status] => verified | |
[test_ipn] => 1 | |
[payer_email] => [email protected] | |
[txn_id] => 6C779600XE728374D | |
[receiver_email] => [email protected] | |
[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 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment