Author

Topic: Blockchain.info Wallet API (Read 480 times)

member
Activity: 90
Merit: 10
March 14, 2014, 10:13:39 PM
#4
Guys,

many thanks for the help, i figure it out. What i did was i have a cron that checks the balance provided by Listing Addresses API by blockchain. Then from there i check each address balance.

Thanks.

Mike
legendary
Activity: 3612
Merit: 1564
March 14, 2014, 11:18:40 AM
#3
Guys,

I hope you can help me. Im working on a project and im using https://blockchain.info/api/blockchain_wallet_api. I know that the logic is that you create an address for every customer wherein they can send there payment. My question is how i can identify if the user paid on the created address?

I know the API has a callback but how can identify on what invoice reference it is. Can the blockchain API can send a custom variable for callback? I can see in there documentation Http Callbacks {Custom Parameters} but when you can pass it?

Thanks in advance,

Mike

You can store the address in your database and associate it with an order that way.
newbie
Activity: 56
Merit: 0
March 14, 2014, 06:57:55 AM
#2
Did you read this?

$label An optional label to attach to this address. It is recommended this is a human readable string e.g. "Order No : 1234". You May use this as a reference to check balance of an order (documented later)

Under the Section of Generating New Address.

Does it Help you? I think you can identify using that method.
member
Activity: 90
Merit: 10
March 14, 2014, 05:25:33 AM
#1
Guys,

I hope you can help me. Im working on a project and im using https://blockchain.info/api/blockchain_wallet_api. I know that the logic is that you create an address for every customer wherein they can send there payment. My question is how i can identify if the user paid on the created address?

I know the API has a callback but how can identify on what invoice reference it is. Can the blockchain API can send a custom variable for callback? I can see in there documentation Http Callbacks {Custom Parameters} but when you can pass it?

Thanks in advance,

Mike
Jump to: