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

You may want to move the `if` statement that [checks for a match of `$secret`](https://github.com/blockchain/receive-payments-demos/blob/master/php/callback.php#L34) to the very beginning of the `callback.php` script. Definitely before you hit the database to...

I was carrying out tests with the methods of notification of payment and in none of the cases does it reach the callback, I do not know if I am...

I am using Blockchain.com Receive Payments API V2 with my xPub to receive payments from customers. My wallets balances no longer shows in my account. I am unable to generate...

Hello, I connected your system via api. After completing the payment request, I get a btc address for payment (for example, 1B4VtsJQoWjpMNUA9Z2YF5GyFULs4xMeUz), which should not be used before, but when...

so, I had to ALTER TABLE invoices ADD COLUMN address; Works. Great now. I recommend you update setup.php Thanks.

I have requested for API Key for months now, but no response yet from blockchain. I tried to make another request but got a message "Error Request already present. "...

I am trying Receive Payment API. But I faced a log delay in being called callback function. The delay is about 4 hours. Is it a common issue? How can...

currently with this api is ,is ticker api which is converting to btc to usd how to recieve bitcoin without conversion mean amount should be show in bitcoin .

when i use this library it successfully generate the address but it is not taking the btc value in qr code what can i do for this?????

What is Secret key? How can i find our Secret and how to add secret Key in our php code $mysite_root = "localhost/admin/blockchain"; $secret = "SECRET-KEY"; $my_xpub = "xpub6CKJvsdvsdvsdvT8FA64vsdHXdnvsdmKxsdvsdP6gpDiEWPENPgjzpG"; $my_api_key...