Easy integration PayTM SDK with React Native

PayTM well adapted payment gateway in India. Step by step guide for integration process.

paytm sdk integration with react-native
  • You should pay careful attention to specifications, provided by the platform you are integrating with; potentially, get an integration specialist assigned to your project
  • You should be able to support all target payment types, currencies and geographies by the time integration is completed and certified
  • You should try to complete your integration fast, in order to have your solution up and running

Step 1: Sign up for paytm business account

reference : paytm business account

Step 2: Initiate empty — react native project

Step 3: Setup paytm-all-in-one-sdk usage step from the documentation

Ref: ReactNative PayTM SDK Initiate

Step 4 : Make call to Initiate Transaction API

To start transaction for native flow, merchant need to first call this api and this api will return the txn Token which will be used in all the other native APIs.

Ref: https://business.paytm.com/docs/api/initiate-transaction-api/?ref=payments

Step 5: Handle success response

startTransaction API will return the success response as below.

Output

--

--

Head of Engineering || Cloud and Distributed Systems Specialist

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store