Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3428006
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:54:24+00:00 2026-05-18T06:54:24+00:00

So, this is a new one on me. My Paypal IPN has been working

  • 0

So, this is a new one on me. My Paypal IPN has been working for sometime, and started getting an error today.

During the postback to verify with PayPal (adding cmd=_notify-validate), the PayPal responder says “no that wasn’t from me”. The only thing bizarre about this particular entry is (I believe) the way the user specified their address:

123 Address Street
#789

Everything else seems normal and the IPN-handler is handling other notifications quite happily.

Anyone seen anything like this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T06:54:25+00:00Added an answer on May 18, 2026 at 6:54 am

    Okay, so I’ve found my error, and yes, it is related to the newline in the address.

    Basically I was doing this:

    foreach ($post_array as $name => $value) {
      $value = urlencode($value);
      $post_string .= $name . '=' . $value . '&';
    }
    $post_string .= "cmd=_notify-validate";
    

    When I needed to also convert the /n to a /r/n, like so:

    foreach ($post_array as $name => $value) {
      $value = urlencode(str_replace("\n", "\r\n", $value));
      $post_string .= $name . '=' . $value . '&';
    }
    $post_string .= "cmd=_notify-validate";
    

    Now PayPal is happy.

    Le sigh.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This has been one of the biggest obstacles in teaching new people ColdFusion. When
This is a new one for me: What does this error indicate? /usr/bin/perl: bad
I've implemented a paypal transaction before but this one has a twist that I'm
I am new to this technology. Getting issue in PayPal check out express After
This is related to my other question but I am openning a new one
I'm new to this kabeja package so please can some one provide code example
I'm using this code: Dim cListItems As New System.Collections.Generic.List(Of Combobox_values) cListItems.Add(New Combobox_values(One, 1)) cListItems.Add(New
On this page: http://www.palosverdes.com/sandbox/9slategrey/index.cfm I'm trying to put in a new menu (the one
Im still pretty new so bear with me on this one, my question(s) are
What's the difference between these: This one works: char* pEmpty = new char; *pEmpty

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.