Start a Project

iOS – CheckoutKit(Checkout.com) Payment Gateway Integration

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.

Exit mobile version