Friday, 15 June 2012

iphone - How to integrate paytrace payment gateway -



iphone - How to integrate paytrace payment gateway -

i doing project regarding invoice payment in payment should done through paytrace payment gateway. can please help me how functionality making payment using paytrace payment gateway.

start reading api docs. they can found here.

for high-level overview of how phone call it, read section "referencing api". discusses how format post requests, , provides few examples of calling api. since requests sent name-value pairs, it's 1 of lighter-weight services integrate. there's no complexity in wsdl/soap/asmx. unfortunately, means cannot utilize proxy-generation utilities create wrapper you. you'll need build each request (as shown in examples). on positive side, forming requests not hard, since info structures flat.

the transaction page gives illustration of how run transaction:

un~demo123|pswd~demo123|terms~y|method~processtranx| tranxtype~sale|cc~4012881888818888|expmnth~12|expyr~12| amount~1.00|csc~999|baddress~1234|bzip~83852|invoice~8888|

note name/value pairs delimited "|" character, , name separated value "~". build string out, post service, , you'll response you'll parse out.

iphone

No comments:

Post a Comment