Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Blockchain API Receive callbacks are arriving too late #78

Open
arif7576 opened this issue Jun 30, 2020 · 5 comments
Open

Blockchain API Receive callbacks are arriving too late #78

arif7576 opened this issue Jun 30, 2020 · 5 comments

Comments

@arif7576
Copy link

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.

@ConKreter
Copy link

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

@egorix
Copy link

egorix commented Jul 26, 2020

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

@iamandyagbaraku
Copy link

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?

@arif7576
Copy link
Author

arif7576 commented Jan 7, 2021

Not perfect, sometime work good , sometime not working

@ninob43
Copy link

ninob43 commented Feb 10, 2021

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

}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants