iOS – CheckoutKit(Checkout.com) Payment Gateway Integration

Updated 28 May 2019

Save

Here I have explained the steps to integrate the Checkout.com Payment Gateway through SDK.

Run a pod in your code :

pod ‘CheckoutKit’, ‘~>3.0.6’

The below code is how you take the inputs from customer to make payment.

The UITableViewCell code is as given below :

The view will appear like :

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

After filling the data, Click on PAY button, you will get a cardToken. Ex:

“cardToken”: “card_tok_4A45B00E-91A6-46AD-9F18-25D77E9792CB”

Save this card for later useĀ option used for Saving the card. Save the card token on your server and while making a payment for the next time, you can select the card directly and go for the payment.

Hope it will help you in integrating the Checkout.com Payment Gateway in your app.

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home