Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
We are due to go live with a TC site tomorrow (it has been a busy few days) so I am hoping someone can help me :)
Can someone confirm what the IPN URL for PayPal should be? I have tried http://
Thanks for anything you can tell me.
Gary
1 should be the id or your store - check that is correct. AND after "PayPal" you should have /IdOfYourPaymentMethod. See the Umbraco REST extension here:
https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco/blob/master/Source/TeaCommerce.Umbraco.Web/RestExtensions.cs
I guess you can't just browse the URL as it properly need different POST info from the request. So you can't fake an IPN call that easy
Kind regards
Anders
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
PayPal IPN URL
Hi,
We are due to go live with a TC site tomorrow (it has been a busy few days) so I am hoping someone can help me :)
Can someone confirm what the IPN URL for PayPal should be? I have tried http://
Thanks for anything you can tell me.
Gary
1 should be the id or your store - check that is correct. AND after "PayPal" you should have /IdOfYourPaymentMethod. See the Umbraco REST extension here:
https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco/blob/master/Source/TeaCommerce.Umbraco.Web/RestExtensions.cs
I guess you can't just browse the URL as it properly need different POST info from the request. So you can't fake an IPN call that easy
Kind regards
Anders
is working on a reply...