Kilo Group
I have 2 unauthorized payments to Kilo Group. How do I get a refund and not issue other payments to them?
New to the community? Welcome! Please read our Community Rules and Guidelines
If you see a helpful post, feel free to accept it as a solution or give the author kudos!
I have 2 unauthorized payments to Kilo Group. How do I get a refund and not issue other payments to them?
Hi,In my sandbox I activated the IPN and stored a URL.Furthermore, I have activated the "automatic return" and also stored a URL here.The URL for the IPN is a script for testing, which currently only writes a file when called via POST, but apparently...
Hello.When I try to open IPN History I seeInstant Payment Notification (IPN) historyFeature Not AvailableSorry, this feature is currently unavailable. We apologize for any inconvenience. Has anyone else stumbled onto that?
Hi,I am implementing a simple membership site and am testing my IPN code and I have run into what seems like a contradiction.In the Paypal Developer Documentation (https://developer.paypal.com/api/nvp-soap/ipn/IPNIntro/#link-ipnprotocolandarchitectur...
Looking at the IPN history page on the PayPal website it reports that certain reports are failing. This is using code on our server that has been working for years. PHP + Curl. Not all IPN messages are treated this way, only from payments originating...
When my client pays via PayPal. How do I receive that the payment was complete and how much they paid on my web page other than looking it up on the PayPal website?
I am trying to set up a notification from on a payment. Here is my code:def PayPal_IPN(): print("REQUESt: ", request) print("REQUESt INFO: ",request.data) '''This module processes PayPal Instant Payment Notification messages (IPNs).''...
When a customer buy a product from one of our merchant, paypal sends an email to customer like "You have sent a payment of €XX.XX EUR to Company GmbH (supportemail)". We as company would like make the "supportemail" dynamic, based on the merchant. Is...
I am using IPN to process payments on my site. I have changed the URL address of the listener page, but after two hours messages are still sent to the old one. I event totally disabled IPNs and re-enabled them, still old URL is used. Is there somethi...
I have updated my Instant Payment Notification (IPN) to a new url webhook by Zapier. However, it is still sending to my old IPN url.