search
Your Paytm for business app is working and will keep working beyond March 15th, 2024. Click to know more

Supported Payment Options & Checkouts

Supported Payment Options

 

As of now, Paytm AI Router supports the following payment options:

 

Payment Options Status
Wallet ✅  
Postpaid ✅
Paytm Payments Bank A/C ✅
Credit Card ✅
Debit Card ✅
Net Banking ✅
UPI Collect ✅
UPI Intent ✅
EMI ✅
More Wallet Options Coming Soon
More Pay Later Options Coming Soon

Supported Checkouts

 

Depending on the merchant's requirement, Paytm AI Router offers various checkout solutions for integrating with the product and to start accepting payments from multiple payment options. 

 

Below is the list of checkout solutions currently being offered: 
 

 

Checkout Functionality How to use it Details
Custom Checkout
  • Custom checkout allows businesses to collect payment through a customized checkout page.
  • Merchant has the flexibility to design and customize the payment page appearance as per their branding. 
  • Best suited for large businesses and enterprises
  • Merchant needs to be PCI DSS compliant to accept card payments on their checkout page

Merchant needs to directly integrate with the APIs of AI Router. 


Please visit the API Integration section to get the detailed list of APIs that need to be integrated to start accepting payments via AI Router. 

Please visit the Custom Checkout page for complete details

 

JS Checkout
  • It is a PCI_DSS compliant page where the payment flow control lies with Paytm 
  • It allows quick integration with minimal coding effort
  • Best suited for online business with web traffic (desktop / mobile)
  • Merchant need not be PCI DSS compliant to accept card payments on their checkout page. 

Merchant needs to source the javascript file from the following URL to populate the checkout page
https://router.paytm.in/merchantpgpui/checkoutjs/aoa/merchants/{aoamid}.js
 

Please visit the JS Checkout page for complete details


 

JS Elements
  • Pre-built-up UI that can be seamlessly embedded into the payment page 
  • Merchants can customize these UI blocks (elements) as per their brand's theme. 
  • Merchant need not be PCI DSS compliant to accept card payments on their checkout page. 

Merchant needs to source the javascript file from the following URL to populate the checkout page
https://router.paytm.in/merchantpgpui/checkoutjs/aoa/merchants/{aoamid}.js

Please visit the JS Elements page for complete details

 

AI Router SDK 
  • Allows merchants to integrate AI Router's SDK solution on both Android and iOS 
  • User can access their Paytm featured payment options (Wallet, Postpaid, PPBL) and other saved instruments via the Paytm App
  • Allows payment acceptance through various other payment options, directly - such as CC / DC, UPI, NB, etc 
  • The SDK supports seamless payment journey using a Paytm hosted checkout page. It is quick to integrate and ensures new payment options can be added with no effort
  • Router SDK is an extension of our existing All-In-One (AIO) SDK. 
  • In order to use the Router SDK flow, merchants need to integrate with the All-In-One SDK first.
  • Please visit the AIO SDK Integration page to get the detailed steps on AIO SDK integration for both Android and iOS. 
  • Once the merchant is integrated with AIO SDK, it needs to call the setAIOFlavour method upon initiating a transaction to invoke the Router SDK flow. 
    TransactionManager.setAIOFlavour(TransactionManager.Flavour.ROUTER);