• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Paypal Instant Pay Notification is doubling URL when sent

New Here ,
Sep 05, 2014 Sep 05, 2014

Copy link to clipboard

Copied

For months now, I have not been able to get any help out of Paypal. When a product is purchased, I have IPN set to on.IN the selling tools section, the following URL is used to return the IPN info:

Paypal IPN settings

Notification URL    http://www.heritageseminary.com/paypal/ipn/ipn.cfm

Below is my config setup sent to payppal.

config.cfm

<cfset paypal["notify_url"]="http://www.heritageseminary.com/paypal/ipn/ipn.cfm">

When a payment is made, I receive the  I am receiving the following error:

Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:

This is the URL that paypal is trying to connect with.

http://www.heritagesemianary.com/http://www.heritageseminary.com/paypal/ipn/ipn.cfm

When I check the IPN history, the status shows still trying.

When I click Message ID, I get the following address:

Notification URL http://www.heritagesemianary.com/http://www.heritageseminary.com/paypal/ipn/ipn.cfm

Any idea as to where I should be looking?

Views

366

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 06, 2014 Sep 06, 2014

The config setting should perhaps be the relative path:

<cfset paypal["notify_url"]="paypal/ipn/ipn.cfm">

Votes

Translate

Translate
Community Expert ,
Sep 06, 2014 Sep 06, 2014

Copy link to clipboard

Copied

The config setting should perhaps be the relative path:

<cfset paypal["notify_url"]="paypal/ipn/ipn.cfm">

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 06, 2014 Sep 06, 2014

Copy link to clipboard

Copied

LATEST

Thanks BKBK, solved the issue. Rick

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation