Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

138
Views
Redirección personalizada JS de pago de PayTM

Estoy usando Paytm CheckOut JS en dart webview con redireccionamiento como falso en la configuración del comerciante.

 ===JS Code=== "merchant": { "redirect": false }, "handler": { "notifyMerchant": function(eventName,data){ console.log("notifyMerchant handler function called"); console.log("eventName => ",eventName); console.log("data => ",data); }, transactionStatus: function(data){ console.log("payment status ", data); var form = document.createElement('form'); document.body.appendChild(form); form.method = 'post'; form.action = 'https://<myWebsite>/paymentReceipt.php'; for (var name in data) { var input = document.createElement('input'); input.type = 'hidden'; input.name = name; input.value = data[name]; form.appendChild(input); } form.submit(); }, } ===Code ENDS===

Quería redirigir la respuesta del estado de la transacción a mi página payReceipt.php para procesarla. La redirección ocurre correctamente en el navegador de escritorio. Pero cuando se ejecuta en una aplicación flutter a través de una vista web, la transacción es exitosa pero no se redirige a mi página payReceipt.php, sino que se redirige a la página paytm.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!