Overview
An online payment gateway is like a digital cashier for your online payments. Whenever a payment is made online, it's the system that securely takes payment information (like credit or debit card or net banking details) and sends it to the organization or website you’re making a payment on. It's the virtual bridge that makes sure money goes from customer account to the seller's account smoothly and safely, allowing you to make purchases over the internet.
Payment Options
At NTT DATA Payment Services India, our checkout experience is designed with versatility in mind. Your customers enjoy the freedom to choose their preferred payment method, enhancing their journey. This not only elevates user satisfaction but also provides a valuable fallback option in case of any hiccups or low success rates with a particular method.
NTT DATA Payment Services India provides all major payment methods including.
- Bharat QR
- Credit and Debit Cards
- Digital Wallets
- E-Challan
- EMI
- Link Payments
- Net banking (Live with 50+ banks)
- RTGS/NEFT
- UPI Collect
- UPI Intent
Supported Payment Methods
Explore the diverse payment modes to complete your transactions at Checkout. While some are readily available, others may require initiating a request and obtaining approval from our end.
| Payment Method | Code | Availability |
|---|---|---|
| Debit Card | DC | ✓ |
| Credit Card | CC | ✓ |
| Net Banking | NB | ✓ |
| UPI Collect | UP | ✓ |
| UPI Intent | UI | ✓ |
| EMI | EM | ✓ |
| PhonePe Wallet | PP | ✓ |
| NEFT/RTGS | NR | ✓ |
| BharatQR | BQR | ✓ |
Merchant Console
Use intelligent data to scale faster, boost conversions, and capture revenue.
Monitor all your transactions online, on a real time basis through the merchant admin console with customizable design and layout and access it anytime, anywhere!
Features & Benefits
- Single web reporting interface for all payment modes including credit card, debit card & Net Banking.
- Create multiple sub users to access merchant admin console and assign selected rights to the sub users.
- Raise invoices for the customer to collect online payments along with Bulk upload invoice payment facility.
- View and download settlement report, transaction history.
- Manage your transactions, refunds, disputes, and settlements from a single interface.
FAQ
1. What URLs are used for Auth API to generate token ID?
UAT:
https://paynetzuat.atomtech.in/ots/aipay/authProduction:
https://payment1.atomtech.in/ots/aipay/auth
2. What URLs are used for UAT and production CDN link which is getting called to open the java script function?
Mandatory JavaScript CDN link for UAT: https://pgtest.atomtech.in/staticdata/ots/js/atomcheckout.js
Mandatory JavaScript CDN link for Production: https://psa.atomtech.in/staticdata/ots/js/atomcheckout.js
3. Not able to get the AtomTokenId?
Merchant needs to check the JSON payload, whether they are passing all the correct data as per the API documentation. If all the JSON data is correct, then merchant needs to check whether it’s getting properly encrypted or not.
Note: Email ID and mobile No. parameters are mandatory in both request JSON and Java script function for AI-PAY integration kit.
4. Type or Namespace name System could not be found?
This issue occurs in .NET kit where merchant needs to add below namespace.
Add namespace: using System.Security.Cryptography; using System.Collections.Specialized;
5. Supported framework in .NET
In “.NET” supported framework version is 4.7 and above.
6. Not able to import com.atom.atompaynetzsdk.PayActivity
This issue occurs in Android Integration kit where merchant needs to check if the .AAR file is imported properly in their project or not. And, reverify that merchant has copied the correct '.AAR' file in libs folder. And have added the dependency in build.gradle file.
7. Illegal Key Size error.
This is mostly observed with JAVA Kit where merchant needs to change key size to 256 and then recheck the process.
8. POPUP screen(iFrame) is not opening?
Kindly verify if the CDN link is in the correct environment.
9. Is there a timeout applicable for application?
Yes, the timeout duration is set to 15 minutes.