Post
Topic
Board Anfänger und Hilfe
Re: Bitcoins auf Bitcoin Wallet Adresse senden
by
brouwer
on 13/01/2015, 20:04:37 UTC
Notice: Undefined property: stdClass::$message in /Applications/XAMPP/xamppfiles/htdocs/stefan/index.php on line 247
Notice: Undefined property: stdClass::$tx_hash in /Applications/XAMPP/xamppfiles/htdocs/stefan/index.php on line 248

Code:
$json_url = "https://blockchain.info/de/merchant/$guid/payment?password=$main_password&second_password=$second_password&to=$btcEmail&amount=$amount";
$json_data = file_get_contents($json_url);
$json_feed = json_decode($json_data);
$message = $json_feed->message;
$txid = $json_feed->tx_hash;

Ich nutze die Library von https://github.com/blockchain/api-v1-client-php