0
I am trying to get variables back from the callback URL, but I can't figure out how to add custom parameters correctly. This is how I have them written right now:
$newAddy = json_decode(file_get_contents("https://blockchain.info/merchant/$ID/new_address?password=$PW&funding_id=$funding_id"),true);
$parseAddy = $newAddy[address];
$funding_id is the extra one that I want to add. Any suggestions?
Can you be so kind as to give me a basic example of the receive payments api $callbackurl appended to something? Do i append it to json_decode(file_get_contents("https://blockchain.info/merchant/$ID/new_address?password=$PW"),true); ?
– Tim – 2016-02-15T17:05:57.503