php - get ticket response intuit -
i doing application in have setup payment gateway using intuit, have followed https://developer.intuit.com/docs/030_qbms/0010_hosted_paypage/0020_quick_start_guide
and have things done , getting proper response via url
for example,
in url appropriate response server
like
ticket=77+977+9eo+/vwzvv73vv73vv71ixqxiyc7vv73xtjnqee+/ve+/ve+/131007071809vvlvv70477+977+977+9k++/ve+/vsjnvn8t77+977+977+977+9lts/ opid=ie--vwvhj---ve131007071809--ve--vre0lo-- statuscode=0 statusmessage=ok which gives me ticket , opid i'll use in send request server,
but question how can ticket , opid , store them variable can forward them..???
any appriciated.
nvr mind got answer
$response = file_get_contents($url);
Comments
Post a Comment