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 9174857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:49:14+00:00 2026-06-17T16:49:14+00:00

working on an auction site using phpprobid software and come to the point of

  • 0

working on an auction site using phpprobid software and come to the point of integrating paypal payments for buyers to pay sellers for items. the form is like the code below, i can see the money being transferred from the buyer to the seller but the notify_url callback is not being run. the notify_url (used to mark item as paid for and other db operations) is accessible, not on localhost. are notify_url‘s called between two personal accounts? all the documentation only talks about personal to business transactions; does that mean to allow users to sell items and accept payment via paypal they need a business account?

this process worked in the sandbox so i know there are no errors in the script at notify_url, but there you need a simulated business account so this wasn’t an issue. i’ve added some mail() calls to the notify script so i can see it isn’t actually running. the transfers work and the return url appears after so that works too.

  <form action="https://www.paypal.com/cgi-bin/webscr/" method="post" id="form_paypal">
     <input name="submit" type="submit">
     <input type="hidden" name="cmd" value="_xclick">
     <input type="hidden" name="bn" value="wa_dw_2.0.4">
     <input type="hidden" name="business" value="Business Name">
     <input type="hidden" name="receiver_email" value="paypal@SELLERSBUSINESS.com">
     <input type="hidden" name="amount" value="SOME_AMOUNT">
     <input type="hidden" name="currency_code" value="A_VALID_CURR_CODE">
     <input type="hidden" name="return" value="OURSITE/RETURN_URL">
     <input type="hidden" name="cancel_return" value="OURSITE/FAILED_URL">
     <input type="hidden" name="item_name" value="DESCRIPTION_OF_ITEM">
     <input type="hidden" name="custom" value="VALUE_TO_BE_SPLIT_FOR_SPECIFIC_DATA">
     <input type="hidden" name="notify_url" value="OURSITE/CALLBACK_SCRIPT_URL">
  </form>

tl;dr… if a paypal transaction is between two personal accounts, is the notify_url called?

  • 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-06-17T16:49:15+00:00Added an answer on June 17, 2026 at 4:49 pm

    IPN can be used with any type of account. Are you absolutely sure it’s not actually getting POSTed but your script has an issue so you don’t see the result?

    You need to confirm this by checking your PayPal IPN History and your web server logs.

    If PayPal IPN History shows nothing then you know the IPN’s aren’t getting sent at all. If it shows a 200 OK you know it’s getting sent and your server is returning a successful response that the script completed without error. If you see anything other than 200 OK you know there is an error happening with your script. You can check your web server logs to find the exact error.

    You could also build yourself a simple test form with hidden variables that match what you expect to get from PayPal. Set the action of this form to your IPN listener and POST it directly. This way you can see the result on screen and this can help troubleshoot your issues.

    Just keep in mind that when testing this way the data isn’t coming from PayPal, therefore, the validation will fail. You can adjust your code to handle this accordingly for testing purposes.

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

Sidebar

Related Questions

I'm currently working on a auction site where I need to display a countdown
I am working on a web based penny auction portal. I am using PetaPoco
Im working on a multilingual site using asp.net mvc, and im wondering how search
The site I'm working on is using the Frontpage module to redirect anon users
I am working on a Joomla site and using myApi to handle most facebook
I'm working on a small online auction site and I need some sql to
I'm working on a database driven site which is using normal database methods rather
me and my team really working on a site like www.bidrivals.com/us (penny auction site)
I want to integrate Paypal in my site using Express Checkout and notify_url parameter
I am currently using paperclip to upload images of items to my site. I

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.