#jjs-mom_api

1 messages ¡ Page 1 of 1 (latest)

dull belfryBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1306075895907356722

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

random bison
#

Which SDK are you using? stripe-android or stripe_flutter?

frosty spindle
#

stripe_flutter

cosmic yew
frosty spindle
#

Ah thanks! Quick clarification, right now we're just using card payments and not any other methods, unless it's a requirement to use Google Pay for Play Store (?) If so I apologize for missing that!

cosmic yew
#

Yes you are right, it's a requriement for Google Pay. You don't need Google's approval for using other payment methods.

frosty spindle
#

I meant is it a requirement to integrate Google Pay on top of credit card payments to release an app to the Google Play Store, since right now we have just credit card as a payment method for the Apple App Store

cosmic yew
#

I don't think there's such requirements to my best of knowledge, but I'll recommend you to have your compliance team to review Google Play's policy to confirm.

frosty spindle
#

Just curious, since if the issue isn't with Google Pay there's possibly something wrong with our integration of card payments, but since we can't reproduce on local builds we haven't been able to trace the exact issue

#

Also love your profile pic

cosmic yew
#

As I explained before, you need to get google's approval in order to use Google pay in production, so I'd suggest you to follow Google's instructions to get production access for your app.

frosty spindle
#

Right, I was asking if Google Pay is a necessary payment method, if not, then getting approval from Google for Google Pay isn't the solution. Right now we are not using Google Pay, we're using card payments as I said earlier

cosmic yew
#

Ah, sorry I misunderstand the question.

#

I thought it's about why Google Pay isn't working in production. It's a very common question that I receive from users everyday.

#

Does calling presentPaymentSheet throws any exception in your production app?

#

Do you have any logs from your prod app?

frosty spindle
#

No worries, the issue is regular credit card payments and Play Store, I know the words are kinda similar haha

#

Let me confirm with our back end team about any exceptions. The logs in the production app are all 200 for payment intent, which seems odd

cosmic yew
#

You should check exceptions at your flutter app

frosty spindle
#

Ah ok

#

So the issue is only happening on builds released to test users, so I can't see if there are any exceptions. When I test it locally, there are no exceptions and the payment sheet presents