---
title: "Paytm wallet integration using Swift 2.1"
url: "https://www.krishaweb.com/blog/paytm-wallet-integration-using-swift-2-1/"
date: "2016-04-11T13:36:27+00:00"
modified: "2019-07-18T05:30:45+00:00"
author:
  name: "KrishaWeb"
categories:
  - "Web Development"
word_count: 306
reading_time: "2 min read"
summary: "There are hundreds of apps on the play store nowadays that features online payment options. Majority online shopping apps have the options to pay online through debit or credit card. Paytm is one s..."
description: "We successfully integrated Paytm Wallet in iOS using Swift 2.1. Converting Objective – C code into Swift 2.1 was bit complex for us. Know how we accomplish..."
keywords: "Paytm Wallet Integration, Web Development"
language: "en"
schema_type: "Article"
related_posts:
  - title: "25 Proven WordPress Website Examples for 2026 Inspiration"
    url: "https://www.krishaweb.com/blog/best-wordpress-website-examples/"
  - title: "Custom Development vs CMS: How Enterprises Decide the Right Architecture"
    url: "https://www.krishaweb.com/blog/custom-development-vs-cms-enterprise-architecture/"
  - title: " 20 Best Laravel Website Examples"
    url: "https://www.krishaweb.com/blog/top-websites-built-with-laravel/"
---

# Paytm wallet integration using Swift 2.1

_Published: Monday,April 11, 2016_  
_Author: KrishaWeb_  

![](https://d1hdtc0tbqeghx.cloudfront.net/wp-content/uploads/2017/06/10074708/PayTM-wallet-integration-using-Swift-2-1-1024x389.jpeg)

> There are hundreds of apps on the play store nowadays that features online payment options. Majority online shopping apps have the options to pay online through debit or credit card. Paytm is one such most popular online e-commerce store that lets you purchase online. Here we have discussed how you can integrate Paytm wallet into iOS using Swift 2.1. ...

We have been working on a mobile app where we need to integrate Paytm wallet into iOS. Generally, It is not a big deal when you use default iOS SDK but the challenge here was to integrate Paytm wallet in Swift 2.1. It becomes bit complex when you convert the code from Objective-C into Swift 2.1. Here is how we have achieved the result.

Paytm accepts the payment in 3 easy steps with Paytm Wallet. First customer needs to select Paytm wallet than he needs to sign into his Paytm account and complete the payment without any further redirections or failed transactions. The Paytm Payments SDK for iOS and Android enables merchants to integrate payments into their mobile app. The components involved in the general payment transaction are Order processing, Merchant Application, Paytm SDK, Merchant’s Web Server and Payment Gateway etc.

iOS payment gateway integration uses objective – C as a default programming language. The biggest challenge for us was to convert that objective – C codes into Swift 2.1 codes. We have started the process taking the reference of the online Paytm wallet integration guide. When we got stuck in some of the technical errors, we took the help of the experts from various development forums. We discussed the [Swift 2.1 Paytm Integration Issue on Stackoverflow forum](http://stackoverflow.com/questions/36029402/swift-2-1-paytm-integration-issue?answertab=votes#tab-top). We researched various technical aspects and after many failures, we have developed the [Paytm wallet integration code in iOS using the Swift 2.1](https://github.com/KrishaWeb/Paytm-Wallet-Swift-Integration).

Converting objective – c code into Swift 2.1 has been the challenge for many coders. That is the reason why we have decided to make the things easy for fellow developers. Here you can download the Zip of Paytam wallet integration code using swift 2.1.

Also, don’t miss to share it among your coding buddies to make the things easier when it comes to Paytm wallet swift integration.

##### [Download Paytm wallet swift integration code](https://github.com/KrishaWeb/Paytm-Wallet-Swift-Integration)


---

_View the original post at: [https://www.krishaweb.com/blog/paytm-wallet-integration-using-swift-2-1/](https://www.krishaweb.com/blog/paytm-wallet-integration-using-swift-2-1/)_  
_Served as markdown by [Third Audience](https://github.com/third-audience) v3.5.3_  
_Generated: 2026-06-04 00:09:37 UTC_  
