Charls Pico
Charls Pico

Reputation: 91

Credit Card Payments with iOS

I want to create an app just like Fancy's App: https://itunes.apple.com/es/app/fancy/id407324335?mt=8

And I was wondering if there is a way to make payments like people can do on Fancy's App. Cause customers can make payments with debit or credit cards on the app.

They select a product, continue to Checkout, add their credit card info and they pay.

How can I achieve this?

By the way, this is not a PayPal method.

Here is a screenshot.

https://www.dropbox.com/s/2ann0gkyupzvhe0/payment.png?dl=0

Upvotes: 0

Views: 1605

Answers (1)

bjtitus
bjtitus

Reputation: 4270

You need to use a payment processing API like Stripe or you can use Apple Pay if you don't need access to the payment information.

Upvotes: 3

Related Questions