blockchain / receive-payments-demos

Blockchain.info Receive Payments API V2 Demos
272 stars 245 forks source link

Receive payments not work #74

Open The0ld opened 4 years ago

The0ld commented 4 years ago

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 have not received the corresponding notifications, these are the parameters I sent:

POST: https://api.blockchain.info/v2/receive/balance_update

{
     "key": "key"
     "addr": "address"
     "callback": "http://45.33.87.135:9094/api/v1/recivePayment?secret=secret&index=index"
     "confs": "3"
     "onNotification": "KEEP"
     "op": "RECEIVE"
}

I would like to know what the problem is.

APTEMOH commented 4 years ago

balance_update is work?