#CareWide-Mike
1 messages · Page 1 of 1 (latest)
Hey Pompey
Hello! This server is mostly for coding questions, if you reach out to our support team they should be able to help you look in to this https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I have a feeling this is a coding issue. Every time we view an invoice it sends an "incomplete" on stripes dashboard.
We haven't even clicked the pay now button. Just by viewing it.
Do you have an example ID of an invoice like this (in_123)
pi_3lzh
To be clear on terminology, Payouts are what Stripe calls it when funds are sent from your Stripe account to your bank account. Invoices failing to charge users is a separate issue if you are seeing both
The ID will be longer than that, can you try seeing if you have a longer version of that ID?
We might be seeing both, but our customers are saying they didn't get an invoice or a payment, but our side we are seeing "Succeeded."
pi_3Lz4NPI0Gr6I9oyC0Vwv8UkB
I'm a bit confused, that payment intent successfully charged the user. Also it isn't part of a Stripe Invoice, so if you have your own custom invoices defined via your custom code, you will need to debug on your side what is happening with the invoice being sent off
Ok, thats all I needed to hear. The devlopers are saying its a "Stripe" issue and I had a feeling it wasn't. I just needed to figure out what the best area is.
Gotcha, glad I could clarify on that at least. We are also happy to talk to the developers if this is identified as some issue when interacting with the API in your code.