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

Blockchain API Receive callbacks are arriving too late

Open arif7576 opened this issue 4 years ago • 5 comments

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.

arif7576 avatar Jun 30 '20 12:06 arif7576

yes I have exactly the same issue. Its super delayed and they come many times even after ok

ConKreter avatar Jul 04 '20 14:07 ConKreter

Same here guys. More than 24 hours delay! Any news on that?

egorix avatar Jul 26 '20 18:07 egorix

Same here guys. More than 24 hours delay! Any news on that?

Hey, @egorix @ConKreter @arif7576, are you still having the same issue? If no, how did you fix it?

iamandyagbaraku avatar Jan 07 '21 19:01 iamandyagbaraku

Not perfect, sometime work good , sometime not working

arif7576 avatar Jan 07 '21 20:01 arif7576

I fixed it by making txhash unique $sql="select * from payment where txhash='$txhash'"; $result = mysqli_query($link, $sql); if ($result->num_rows > 0){

                   while ($row = $result->fetch_assoc()){
                       $stat=1;
                      
                      
                   }}

if(stat==1){}else{ //update your payments

}

ninob43 avatar Feb 10 '21 10:02 ninob43