Hi All
I am new to this area and I am not able to decide on what method I should use to integrate my website. (Server Integration
or AIM) . I would be grateful if some one can help me out? Here are my questions and requirements.
Thank you very much.
Regards
02-02-2012 03:50 AM
That's exacly what CIM is for.
*Can we save customers credit card info with us? Can authorize.net do this for us(As it will be more secured then we saving it)?
No.
* Do our customers need to create a authorize.net user account in order to pay? (Like in paypal)
*Does Authorize.net let is develop and test for free i.e. at the time of development we do not want to create a account. Once we are satisfied that this is what we are looking for then only we want to create a account.
No, you can use a developer account which is free and acts just like a live account but does not incur any costs. You can sign up for one here.
Depending on the APi you use for your payments you will be informed of a payment differently. One way to be informaed of payments that is univeral accross APIs is Silent Post. If your server is down when a Silent Post is sent you will need to manually update your own software that a payment has been made. But that obviously only applis if you depend on Silent Post for this and aren't updating automatically when the API itself makes the payment (CIM, AIM, etc) which is the norm.
how will the confirmation messages be delivered to our server? andwhat will happen if the confirmation messages are lost, e.g., if ourthe server is down?
02-02-2012 07:31 AM - edited 02-02-2012 07:34 AM
One additional note - you can use an automated process and the Transaction Details API to pick up any transactions that may be lost in transit, by just running through the recent transactions one at a time and updating your database if the data never made it there.
02-02-2012 12:17 PM