#eugene-bakhmetiev_code

1 messages ¡ Page 1 of 1 (latest)

turbid havenBOT
#

👋 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/1428748884884193301

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

latent smelt
#

Hi there! Can you share a PaymentIntent ID or request ID related to this so I can investigate?

flint barn
#

Hi, unfortunately I can't. We create payment intent at the last step of express checkout flow (after user clicks 'Confirm payment'), and since the onConfirm event never fires, we never create a payment intent

latent smelt
#

Got it. Let me try and recreate and investigate if others have come across the same issue

flint barn
#

Okay, thank you. Affirm is only offered as a payment option for Amazon Pay express checkout for US-based addresses, and for orders of >=50$

latent smelt
#

I didn't find any reports of others having this issue. Just to get more context, you mentioned that onConfirm event does not fire. Does that mean there are no specific errors on Stripe's side because the process never completes?

flint barn
#

yeah, the user is stuck in the loading state, there are some errors in the console related to the redirect, but otherwise nothing happens

#

Affirm also is not offered as a payment method in test mode, which makes it very difficult to debug

latent smelt
#

Got it, thanks for sharing that context! Since nothing is coming back to Stripe, this indicates that the issue is specifically with Amazon Pay and how they are implementing Affirm. You will need to reach out to Amazon's support with the details presented here in order to resolve this. I can let our team know that this issue exists, but it will need to be fixed on Amazon's side

flint barn
#

Okay, got it, thank you. Do you have any advice about contacting them? Since we don't interact with them directly, only through Stripe, I don't have any business contacts there and I don't know if regular support is the correct point of contact for me

latent smelt
#

For this situation, it would make sense to reach out to Amazon Pay support at https://pay.amazon.com/contact. If you write in as a customer who can't pay for an order, I imagine they would investigate accordingly as it affects their revenue

flint barn
#

Okay, makes sense. Thank you