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
$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