
With the vast amount of applications available for the iPhone, I find it surprising that something like this has taken so long. Jack Dorsey, the inventor and chairman of Twitter, has just announced his new startup: Square. Square is aiming to be the ultimate pay-on-the-go credit card system for the iPhone, requiring only a small credit card slider that can be plugged into any device with an audio input jack. Basically, using the powerful abilities of the iPhone SDK and ability to interact with third party hardware, SquareUp will allow iPhone users to make their phone the ultimate payment portal.
While this may seem scary at first—allowing payments to be made so easily and from a device that is easily lost—iSquare has already been working towards making that a non-factor. For example, one of the images from the site shows a payer verification process in which an image of the payer must be shown to prove he/she is really the person with the credit card. That said, it appears from the still limited site that Square are only accepting a small amount of participants. If you’re able to set up an account, however, you are on your way to instant receipts and payments. And better yet, Square donates a penny of from every transaction to the charity of your choice.
I think this looks amazing, and I can’t wait for it to gain wide spread use.


















Question
In my application i have to implement the functionality of the payment through iphone application. with authorize .net payment gateway the should be done..
i have got the coding from this site.. for authorize .net
https://github.com/innerfence/ChargeDemo
in this application when i run this sample code it's going to be crashed.. so far from r & d i have come to the point that the file is going to tell me to implement the creditcardterminal..?
My question is what is the creditcardterminal?? & can i implement the whole application just like give the card detail & your transaction will be finished..?
pls see the above link for credit card implementation.
pls help me