3,447 questions
0
votes
0
answers
15
views
Revenuecat Fix Prewarm Issue for Flutter
From the docs
In certain cases, iOS may prewarm your app - this essentially means your app will be launched silently in the background to improve app launch times for your users.
If you are not ...
0
votes
0
answers
28
views
what is a returnURL after successful payPal transaction while using flutter_paypal in flutter mobile app
I am working on paypal transaction in my flutter app by using flutter_paypal package. The thing which I dont understand is how to return back the user to app after successful transaction. The paypal ...
-1
votes
0
answers
13
views
Why do I get 401 with Ayden?
I am having two problems. The workflow: I want to payout third party people based on their credit / debit cards (who has not any registrations at all). The first problem is that I cannot find my ...
-1
votes
0
answers
41
views
Can users be redirected to airlines for payment using the Amadeus Flights API?
I’m creating an Mobile App with ReactNative + Rails, using the Amadeus Flights API. My goal is to search for flights, retrieve prices, and book flights. This part is well-documented and already ...
0
votes
0
answers
50
views
How can I replicate a youtube.com purchase through the dev console?
so I recently wanted to subscribe to YouTube Premium Family Membership in Nigeria. Sadly the option for the family plan wasnt available in the account. Upon creating a second account, I was able to ...
0
votes
1
answer
46
views
Google Pay also as a payment gateway for future payments?
I want to save a token from Google Pay for future payments?
Is that possible? Or does I need using Stripe?
Do you know any Google api that can help me?
Answer from ChatGPT but maybe not updated?:
...
0
votes
0
answers
129
views
Telegram stars payment invalid
I made a telegram bot integrated with mongodb to handle payments through getting telegram stars from users, but I get the error
telebot.apihelper.ApiTelegramException: A request to the Telegram API ...
0
votes
0
answers
45
views
DEVELOPER_ERROR in loadPaymentData: An error occurred in call back, please try to avoid this by setting structured error in callback response
I am attempting to create a google pay button with react however when I try and place an order i get the below error.
DEVELOPER_ERROR in loadPaymentData: An error occurred in call back, please try to ...
0
votes
1
answer
48
views
Stripe Checkout one time payment webhooks
I’m doing an app with Stripe payments for the first time. After researching, I’ll be using Stripe Checkout for one time payments (no subscriptions), Firebase Cloud Functions and Firebase Realtime ...
0
votes
0
answers
36
views
Error 199 in JazzCash Sandbox Testing During Django Integration
I'm trying to integrate the JazzCash Payment Gateway with my Django project using the HTTP POST Redirect method, but I'm encountering Error 199 from their portal. I've followed the setup in their ...
0
votes
0
answers
90
views
You are not authorized to view this page. The transaction has not been processed. Cybersource Secure Hosted Checkout
I am trying to make Secure Hosted Checkout with cybersource payment gateway but constantly getting this error while checking out.
`$access_key = "xxx";
$profile_id = "xxx-F35F-43D3-...
0
votes
0
answers
57
views
Stripe Embedded Checkout Page Not Loading for First time on some devices
I am having a issue in my flask website. I have implemented Stripe Embedded Checkout into the website. But somehow on new devices when they hit checkout Stripe Checkout page doesn't load just keeps ...
0
votes
1
answer
64
views
Payment redirecct issues using sslcommerz
There is an issue with my code. After payment, it redirects here http://localhost:5173/order/$%7Border._id%7D' order?.\_id is not undefined. But Page displays an error; something like the: site can't ...
-2
votes
1
answer
53
views
How to make payouts to individuals' credit cards?
We are developing a SaaS solution.
One of the platform's main aspects is the referral and affiliate programs. We pay a commission to the user who brings clients. For the main activity, we could use ...
0
votes
0
answers
43
views
How to verify Pay.jp callback from 3D Secure without a signature?
I'm currently integrating Pay.jp's 3D Secure as described in their documentation: Pay.jp 3D Secure Documentation.
I've set up the back_url as instructed for handling the redirect after 3D Secure ...