Kermit the Frog
Kermit the Frog

Reputation: 3969

accepting credit card payments ios

How can I accept credit card payments in my iphone app?

I wanted to do the following

Is that the right way to do this technically? How can I make sure the credit card information will stay secure?

Upvotes: 1

Views: 848

Answers (1)

michael
michael

Reputation: 189

You can use Stripe's iOS bindings to easily accept your customers' payment information.

This library uses our create token API call to securely send any sensitive data to our servers. We'll then turn that into a token and pass it back to your application – you can submit this to your server to create an actual charge as normal.

Upvotes: 2

Related Questions