#maddie_error
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1259789044070748190
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Thanks - it's pi_3PY35pDNDFzyBZhO1rskmYxz
I don't see any errors on our side, just the Invoice being voided after 24h. How is the error percieved on the customer side? Do you have a screenshot?
The customer didn't receive a receipt
it appears the customer is able to enter their details and amount they wish to donate - this is the page they were taken to:
This is your own page and I don't know how it works. But it seems like they were supposed to complete 3DS, but they didn't. How are you integrating Stripe on the frontend?
We have it set up on our website here: https://www.malariaconsortium.org/support-us/donate.htm
๐ taking over for my colleague. Let me catch up.
What would they have to have done to complete the 3DS? We have had another customer have this problem with multiple cards
I don't think this is a problem of 3DS honestly
what would be the problem?
oh wait give me one more minute
actually my colleague was right that it was related to 3DS but the problem isn't really the fact that the customer didn't follow through the 3DS, I suspect you just don't handle 3DS flow correctly
let's dive deeper into this
Great thank you!
based on the different requests related to this subscription I was able to figure out the integration flow you're using
you create a card token using the CardElement, then you create a customer and attach the token as the default source for the customer then you create the subscription
is that right?
@limpid cedar are you still here?
sorry i was in a meeting
no worries
I am not sure what our process is - i have just started at the charity and am trying to get up to speed with how Stripe works here
How would i check what our set up is?
it's in your code
okay great
do you need me to check our code and confirm is it what the set up is
I'm pretty sure it is, based on the requests that I've looked at
in all cases this is not a recommended integration path
and you need to migrate your code otherwise you will have more 3DS issues in the future
okay - what would this involve to get this sorted?
you need to get acquainted with the new integration path https://docs.stripe.com/billing/subscriptions/build-subscriptions
thanks - when did this come into action?