IPN responses cached
FST88
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Jun-30-2018
01:23 PM
I'm trying send differents customs var in my request (sandbox), but the IPN always responds the same.
I need should delete all paypal cookies to work OK.
this is part of my send form
<input name="rm" type="hidden" value="1"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="XXXXXXXX"> <input type="hidden" name="notify_url" value="XXXXXXXXXXXXXXXXXXXXXXXXXXXX"> <input type="hidden" name="custom" value="nombre=Juan&apellido=Perez&email=xxxxxxxxxxx&pais=Alemania">
But my IPN response is old. it seems that the answer is cached
This is the request
This is one of the requests that I send to paypal
The notification url is fine and a custom is also fine. But the Paypal answer is an old information, so that it works OK, I have to delete paypal cookies.
Has Paypal any technical assistance service?
thx.
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.
Related Content
- PHP SDK error: broken content-length header in SDKs
- Advanced checkout and no 3DS information in the response in REST APIs
- A gateway error log add to get detailed information response from paypal. in PayPal Payments Standard
- permission_denied response in call to patch order when paying by Card in Braintree Client-side Integration (JS, iOS, Android SDKs)
- PayPal-Mock-Response header not working -- got 403 error instead. Help! in Sandbox Environment