Questions tagged [paytabs]

16 questions
12
votes
3 answers

Using html code with a javascript code as a widget in flutter web

I am currently using flutter web and I already have an html button that I want to add inside my flutter app. This html contains a java script as its body. How to add the html with javascript as a widget inside my app? This is the html…
anass naoushi
  • 859
  • 2
  • 10
  • 25
6
votes
1 answer

How can I redirect back to Flutter App from URL?

I am integrating paytabs payment gateway in my flutter application. It opens a payment page in in app browser. When the transaction is completed, it redirects to a return_url. I want to redirect back to my app, so that I can do something after the…
Ali Haider
  • 374
  • 2
  • 3
  • 14
3
votes
2 answers

Laravel Session and Auth clears after redirection from Payment Gateway

I am using Laravel 7 and using PayTabs payment gateway for payments. When the user is redirected back from the Paytabs, all the sessions and Auth are cleared. Before redirecting to the Paytabs, im saving the session when the data is put in the…
2
votes
0 answers

Get response from webView after redirect React-Native, Paytabs

I’m setting up an online payments using Paytabs payment Link in react-native WebView. And on redirect in the payment webPage it display a json Response. is there any way to to access that response in my react-native App? I already tried onMessage…
1
vote
2 answers

405 HTTP error after being redirected from payment gateway

we are using Vercel for making development fast . in our react app , after payment page when payment redirect to our given url it gives 405 http error, how can we handle this?
Amir Doreh
  • 1,369
  • 1
  • 13
  • 25
0
votes
0 answers

Duplicate class found in modules paytabs

Duplicate class d.a found in modules jetified-filepicker-1.0.6-runtime (com.github.atwa:filepicker:1.0.6) and jetified-payment-sdk-6.4.12-runtime (com.paytabs:payment-sdk:6.4.12) Dependcies implementation…
0
votes
0 answers

Paytabs gateway throwing error when startCardPayment function is called

When I call the startCardPayment function this error pops up
Aman Mishra
  • 91
  • 1
  • 8
0
votes
0 answers

Card type is not supported - paytabs

I am integrating paytabs payment method, everything was going fine. But every time I enter test credit card number it says 'Card type is not supported'. I am putting card numbers from their mentioned test cards. screen shot is attached. Does any one…
Mani
  • 2,391
  • 5
  • 37
  • 81
0
votes
1 answer

How to resolve "bitcode bundle could not be generated because 'AFNetworking framework/paytabs-iOS(UIColor+Helpers.o)' was built without full bitcode"

I have implemented paytab payment gateway these are the steps which i have follow from the documentation of the paytab in this link. steps which i did download the sdk from the above link add to my project add the import line to the header…
sunil kumar
  • 53
  • 2
  • 9
0
votes
1 answer

Paytabs sdk integration issue in swift

I am integrating the Paytabs sdk in swift.I got the error mentioned below. I have read all the posts related to paytabs in stackoverflow but nothing helped me.I am running it on real device and I have also removed the duplicate pod files like…
0
votes
0 answers

Cookie is not set after redirecting from the Payment service provider

We have an online shop and recently found an issue: quite often the session is lost after redirecting from the payment gateway after a successful transaction. The shop is running on example.com and the gateway on gateway.com. When we access POST…
Ionică Bizău
  • 109,027
  • 88
  • 289
  • 474
0
votes
0 answers

if I use return function paytabs with laravel the signout in my project

when I use function isPaymentComplete , and return the $result to get the payment information, the user session ended , how can solve this issue paytabs is payment getway , i use laravel passport in my project and i use the visa payment by paytabs…
dev
  • 1
  • 1
0
votes
0 answers

How to add paytabs library to react js project

I try to import paytabs to react js project but it doesn't work var paytabs = require('paytabs') paytabs.ValidateSecretKey("my email in the dashboard", "my secret Key", function(response){ console.log(response); });
0
votes
1 answer

Paytabs payment integration using dart, flutter web and api

I have a flutter web project and I was trying to implement a payment solution. I found out that paytabs is a good choice for my situation. I wanted to add their api but I kept getting the CORS erorr over my flutter website. So I tried their ready…
anass naoushi
  • 859
  • 2
  • 10
  • 25
0
votes
2 answers

how to configure ipn listener url in Paytabs account

in spring mvc controller i have created payPalIpnListener() method for fetching the transactions details while payment is accepted or rejected but facing problem in doing same ,since i have used IPN paytabs functionality to implement this . below…
1
2