receive-payments-demos icon indicating copy to clipboard operation
receive-payments-demos copied to clipboard

Blockchain.info Receive Payments API V2 Demos

Results 57 receive-payments-demos issues
Sort by recently updated
recently updated
newest added

Everything worked fine 6 days ago. Then notifications to callback.php just stopped arriving completely. There are no notifications on the webserver logs either.Something went wrong?

Payment my callback url called delay. for example, i transfer the amount on the 12:00 am, and my callback url called 4-5 hours delay.

Fatal error: Call to a member function bind_param() on a non-object in .../create.php on line 19 //Add the invoice to the database $stmt = $db->prepare("UPDATE invoices SET address = ?...

I am exploring wallet api of blockchain to receive payment where putting guid is necessary. I think that id can only be obtained if the wallet is created using Createwallet...

Make the configuration of receive balance update so that at the time of receiving a transaction this will be stored in my database, it was working until today that I...

hi, so i integrated V2 API and Xpub to receive payment, but when i credit one of the generated wallet i didnt see it in my blockchain wallet balance then...

I am using blockchain receive payment v2 API for receiving payments https://blockchain.info/api/api_receive. Every thing is working fine i.e Generate new Address,Callback etc. But new generated address not shows in my...

https://github.com/blockchain/receive-payments-demos/blob/8fee8d3c42b20faee76244bd3116ccfe72ca46bd/php/callback.php#L46

Hello, i noticed a problem with this code. As Blockchain API documentation says, if you reach the gap limit with 20 (or whatever the gap limit is) unused addresses, the...