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,

if paste https://paymentservices.ptcfe.intuit.com/paypage/ticket/create?authmodel=desktop&applogin=drive2wellness.www.drive2wellness.com&authticket=sdk-tgt-37-suq9i1ehmmzs2jin1jrpnw&txntype=sale&amount=10.10

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

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -