2
I am using the Blockchain.info API for an online shopping website. I have a problem in my Receive API: Payments from other wallets are working fine. Also, payments done by copying the address and sending payment to that address is working fine, but when a user sends payment from another Blockchain.info wallet using QR code (scanning the QR code via Blockchain App for Android), the index.php page remains as it is. Neither the .js file is called, nor the callback.php.
How can I still be notified of such payments?
EDIT : It doesn't work only if the user sends payment by scanning QR code from the Blockchain android mobile app. (haven't checked with iPhone) – Salmaan Ahmed Khan – 2014-04-08T14:50:28.237
You need to tell us what software or service you are using. As it is this question doesn't provide sufficient information to be answered. – Murch – 2014-04-10T13:05:20.723
I am using Blockchain API to Receive payments. Integrating this API with an online shopping website. – Salmaan Ahmed Khan – 2014-04-12T04:41:11.930
Yeah, well, how about you edit your question to put the information there instead of posting comments? Imagine that you are not familiar with your project, but hearing the first thing about it: You will realize that it is not clear what information you are scraping, what you have tried and so forth. Please provide more information, otherwise nobody will be able to help you, due to sheer lack of comprehensibility. – I have tried to get you started by editing some of the provided information into your post. – Murch – 2014-04-12T10:20:48.590
How can a .js be called, considering it runs clientside? – Madzi Konjo – 2014-10-24T04:46:56.297