eprocessing network ios sdk integration -


as of requirement, need integrate eprocessing network payment gateway application credit card payment transactions. didn't find sdk or sample codes implement. integrated eprocessing network, please me here.

thanks in advance!!!

eprocessing network allows developers use existing mobile framework (including integrated, encrypted audio jack card reader) implement own payment application. provide developers business logic, , presentation layer left imagination.

here documentation mobile sdk (pdf format):

ios :- http://www.eprocessingnetwork.com/docs/sdk/ios_sdk_developers_guide_v2.1.pdf android :- http://www.eprocessingnetwork.com/docs/sdk/android_sdk_developers_guide_v2.1.pdf

some code reference :-

icharge.gateway = ichargegateways.gweprocessing;  //this eprocessingnetwork account number. //for testing may use value 05971 icharge.merchantlogin = "05971";  //merchantpassword not used icharge.merchantpassword = "";  icharge.card.cvvdata = "123"; icharge.card.expmonth = 2; icharge.card.expyear = 11; icharge.card.number = "05971"; icharge.customer.address = "1234 ln"; icharge.customer.city = "beverly hills"; icharge.customer.country = "us"; icharge.customer.email = "nobody@server.com"; icharge.customer.firstname = "john"; icharge.customer.id = "customer1"; icharge.customer.lastname = "smith"; icharge.customer.phone = "555-555-5555"; icharge.customer.state = "ca"; icharge.customer.zip = "90210"; icharge.invoicenumber = "1234"; icharge.transactionamount = "1.00"; icharge.transactiondesc = "test transaction"; icharge.sale(); 

i hope helps you. question can ask in comments !!!


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -