Hi,
We are using coronas SDK to develop apps, what we want to do is have customers pay for their food through the app we develope and then pick it up in the store, so my question is, the authorized.net api is it a simple url https://... where we send the perameters to such as (cc numer, name, security code etc) and then we get back approved or not? because what we have right now is a credit card form in the app, and we can connect it to a php script on the server to talk to if it requires.
Let me know how we can go about this in order to make it work.
Thanks.
12-16-2013 07:50 PM
yes it all https to authorize.net start with http://developer.authorize.net/integration/ to pick the api
12-17-2013 04:09 AM - edited 12-17-2013 04:09 AM
which should i go with if i want to achieve what i described above? So what i want to have is a form in my app where they fill out, name, cc #, exp date, and cvv, when they press send it should send the information to authorized.net and then return me an ok or declined message
12-17-2013 10:58 PM
If you want the CC info collect on your server, AIM, else DPM.
12-18-2013 04:18 AM
Once they click buy will they be redirected to another page? as I described i have a form and buy button they will in all cc information on the form press our buy button and the transactions is being made, if ok we show them a thank you message if not ok we display a message. Is that doable with DPM? are we sending the cc information with a https query to you? I basically want an api: https://ccinfo=xxxx&date=xxx... i send you this and you take care of the rest and return ok or declined, is that how it works?
Thanks in advance for clarification
PS: I don't want to store the cc info.
12-18-2013 12:48 PM - edited 12-18-2013 12:48 PM
Yes that sound like DPM with relay response. You don't send the cc info, the form that you create will post to an authorize.net url. read thru the doc in
http://developer.authorize.net/api/dpm/
and missing info can be found in the SIM doc http://developer.authorize.net/api/sim/
12-18-2013 12:54 PM