#kim_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ 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/1291609471382061067
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Stripe doesn't send email in test mode. Is this in test mode?
even in production mode, our customer did not get any email from Stripe
Am I doing right?
Could you share the Payment Intent ID (pi_xxx) that you expected the refund email to be sent, so that I can look into it further?
pi_30yP|6Kop8UOCUtv1HDaRRXz-refund
Hi @unkempt vale I'm taking over this thread
I don't think pi_30yP|6Kop8UOCUtv1HDaRRXz-refund is a valid PaymentIntent ID
why do you think that?
I searched this ID and there's no PaymentIntent matching it.
Or can you share with me your account ID? you can find it from the Stripe Dashboard -> Settings ->Account Details
Hi, account ID: acct_1JepofKop8UOCUtv
Can you double check the paymentIntent ID? pi_30yP|6Kop8UOCUtv1HDaRRXz-refund doesn't match anything
the paymentIntent ID you mean the order payment ID or refund payment ID
paymentIntent ID https://docs.stripe.com/api/payment_intents/object?lang=curl#payment_intent_object-id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi can you try again with this ID pi_30yP|6Kop8UOCUtv1HDaRRXz
You can enter pi_30yP|6Kop8UOCUtv1HDaRRXz in the search bar of your Dashboard and see if it gives you any result
I want to remind that we're using Stripe' Magento 2 module
Where did you get pi_30yP|6Kop8UOCUtv1HDaRRXz from?
I get it from the order detail page
Can you copy and past the Charge ID here?
Charge ID: ch_30yP|6Kop8UOCUtv1JVyxsBJ
Is that meant to be an I (capital i) in the middle?
seems to be something weird on your end when you copy/paste things.
yeah i think it's I. Sorry for my mistake
well ch_30yPI6Kop8UOCUtv1JVyxsBJ doesn't seem to exist either so there's probably another issue