Нужно авторизоваться, но не знаю как..
$url = 'https://cardlink.link/api/v1/bill/create?amount='.'100'.'&shop_id='.'ppp'.'&order_id='.'31'.'&type='.'multi'.'$currency_in='.'RUB'.'/';
$myCurl = curl_init();
curl_setopt_array($myCurl, array(
CURLOPT_URL => $url,
CURL-X GET => "https://cardlink.link/api/v1/payment/status?id=ppp --header 'Authorization: Bearer ppp'"
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => http_build_query(array())
));
$response = curl_exec($myCurl);
// print_r($response);
$response = $foo = json_decode($response);
print_r($response);
И сделать авторизацию с помощью этого:
curl-X GET https://cardlink.link/api/v1/payment/status?id=lGPmp4mYeE \
--header 'Authorization: Bearer 72|oBCB7Z3SmUm1gvkpEdRcSR2q1ERHpG4vD3DNBmuT'