#rezz

1 messages ยท Page 1 of 1 (latest)

lunar daggerBOT
modest ermine
#

Hello ๐Ÿ‘‹
Can you share the IDs for these so I can take a look?

wooden sonnet
#

prod_NU8suzGVfK7HMl
prod_NU6dZhVFY1XDEE
prod_NWGBz3XeCHUEb9

#

and then secondly, why does the email confirmation sequence via stripe not generate the user as a customer, such that they can finish checkout? Do I have to be automatically generating accounts another way to have a user be valid in stripe?

modest ermine
#

Are you using these products in a pricing table by any chance?

#

and then secondly, why does the email confirmation sequence via stripe not generate the user as a customer, such that they can finish checkout? Do I have to be automatically generating accounts another way to have a user be valid in stripe?
Not sure I completely follow. Specifically the part about email confirmation sequence. Can you elaborate?

wooden sonnet
#

Yes, I added them to the pricing table, which I'm trying to embed on the site.

modest ermine
#

I think that might be why you can't edit the prices anymore as the pricing table locks it. You'd need to create a new price for the products instead.

wooden sonnet
#

Email confs
When a customer begins on here, stripe wants the email, and prompts that it sent a confirmation code. The code never arrives at the email address from stripe (during test attempts). So I cannot acquire a user.

#

So delete the pricing table will free it up

#

and rebuild it later?

modest ermine
#

So delete the pricing table will free it up
and rebuild it later?
Not sure if that releases the lock tbh. You can give it a try but I really think you'd just need to create a new price and archive the existing ones.

When a customer begins on here, stripe wants the email, and prompts that it sent a confirmation code. The code never arrives at the email address from stripe (during test attempts). So I cannot acquire a user.
Ah are you referring to Stripe onboarding flow? Stripe sends OTP in live mode

For test mode you'd just use 000000 as the confirmation code I think

wooden sonnet
#

I can't seem to delete the pricing table.

#

Ah are you referring to Stripe onboarding flow? Stripe sends OTP in live mode

#

I presume -- I have not explored this, I'm just referring to the flow that occurs if I went to a payment link I shared, for one of these products.

modest ermine
#

Umm then you might be referring to Link payment method
Can you share a screenshot or something so that I am on the same page?

lunar daggerBOT
wooden sonnet
#

I think this only happens with payment links; I'll test with the table to confirm if the email thing is still a problem.

lament egret
#

Hi ๐Ÿ‘‹ jumping in as my teammate needed to step away. If you're seeing a prompt for a OTP when visiting a Checkout Session (created by Payment Links) then it does sound like you're seeing a flow to pay with Stripe Link. There are three special values for those OTP to trigger specific scenarios when working in test mode, you can provide any other six-digit number to have the authentication succeed. The special OTP values are explained here:
https://stripe.com/docs/payments/link/accept-a-payment?platform=web&ui=checkout#web-test-the-integration

lunar daggerBOT