Missing IPN parameters item_number and custom

sw27
New Community Member

I'm using a new install of WordPress Simple Paypal Shopping cart (latest version v 4.5.0) on the sandbox. I'm getting the IPN message fine, but its missing two fields both the custom and item_number_x fields in the post data.

 

Does anybody have any ideas?

 

So in my form sent to PayPal by the simple shopping cart from the browser is -

 

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="item_name_1" value="Product 1">
<input type="hidden" name="amount_1" value="54.50">
<input type="hidden" name="quantity_1" value="1">
<input type="hidden" name="item_number_1" value="16">
<input type="hidden" name="shipping_1" value="0.00">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="charset" value="utf-8">
<input type="hidden" name="bn" value="TipsandTricks_SP">
<input type="hidden" name="custom" value="wp_cart_id%3D607%26ip%3D100.100.100.100">
</form>

 

What I get back from the IPN post data is 

 

mc_gross=54.50
protection_eligibility=Eligible
address_status=confirmed
item_number1=
payer_id=QWQAJ5JEDP7JY
address_street=Spitalfields+Arts+Market%2C+112+Brick+Lane%2C
payment_date=05%3A52%3A29+Sep+10%2C+2020+PDT
payment_status=Completed
charset=windows-1252
address_zip=E1+6RL
mc_shipping=0.00
first_name=test
mc_fee=2.05
address_country_code=GB
address_name=test+buyer
notify_version=3.9
custom=
payer_status=verified
address_country=United+Kingdom
num_cart_items=1
address_city=London
verify_sign=AU-JKQyD7lG9XR1JB3oW8IxtpgmNAV6-ZB0cgTohuR7K2HsBwYO48Lkh
payment_type=instant
last_name=buyer
address_state=London
item_name1=Product 1
payment_fee=
shipping_discount=0.00
quantity1=1
insurance_amount=0.00
receiver_id=TAZ9BYKZGDDB8
txn_type=cart
discount=0.00
mc_gross_1=54.50
mc_currency=GBP
residence_country=GB
test_ipn=1
shipping_method=Default
transaction_subject=
payment_gross=
ipn_track_id=aaa9c304df34
cmd=_notify-validate

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.