Home Forums Coloring Can a payment gateway in India export detailed order history to CSV?

Viewing 2 reply threads
  • Author
    Posts
    • #652840
      PiccoloMiracolo
      Participant

      Hello, everyone! I’ve developed a small web platform for online testing and certification of IT professionals, and I have many clients from the South Asian region. Lately, I’ve run into an unpleasant issue: users are abandoning their purchases of paid exam trials because banks require constant SMS confirmations that take forever to arrive. How do you handle this problem with microtransactions to reduce the number of abandoned purchases?

    • #652844
      PiccoloMiracolo
      Participant

      I also forgot to ask about the technical aspects of fund withdrawals and reporting. Do modern acquiring platforms support convenient refunds or payments to instructors via a single API, as well as the ability to export a detailed order history to CSV for accounting purposes without any complicated hassles?

    • #652861
      CuoreDiVento12
      Participant

      Hello there! Delays like this on the payment form are a real disaster for digital services and certificates because customers expect instant access. We solved a similar problem by setting up this no-OTP payment setup system through the A-Pay service. With this system, card transactions can go through without additional 3DS redirects, provided the account is approved. The entire process is tied to a REST API with key-based authorization, and every status change is logged via signed postbacks. Additionally, you can export CSV reports for accounting in just a couple clicks from the dashboard and send payments via IMPS bank transfers. What is your backend written in, Python or Node.js?

Viewing 2 reply threads
  • You must be logged in to reply to this topic.