#hasan0.0.7

1 messages · Page 1 of 1 (latest)

opal wyvernBOT
#

Hello! We'll be with you shortly. 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.

noble girder
#

Hi there!

jaunty jasper
#

hi!

noble girder
#

If you have an invoice for $0, then there will be no PaymentIntent or Charges since there's nothing to pay.

#

Maybe you can list Invoices instead of listing the Charges?

jaunty jasper
#

but the invoice object in the result also doesn't return the second invoice (the plan switch)

#

and using the same API we used to see transactions of amount 0€ in the transaction history page of the website where we display the charges according to the QA devs

noble girder
#

Sorry for the delay, Discord was busy.

#

but the invoice object in the result also doesn't return the second invoice (the plan switch)
I'm not sur eI understand. Can you share the invoice ID (in_xxx) and the exact issue?

jaunty jasper
#

no worries

#

in_1OCK1gHZv8x2E5WAIlmmnEBM

noble girder
#

Can you clarify what is the issue with this invoice exactly?

jaunty jasper
#

I would like the API that returns stripeCharge, stripeInvoice, stripeCustomer objects to return it also, right now it's only returning the first transaction with invoice ID: in_1OCK02HZv8x2E5WAQa6ndzV1 and charge ID: ch_3OCK02HZv8x2E5WA0yVKodir

#

or maybe I'm missing something/ don't understand fully how the API works

noble girder
jaunty jasper
noble girder
#

The API you just listed is listing Charges. But like I mentioned earlier, in_1OCK1gHZv8x2E5WAIlmmnEBM is for $0, so there will be no charges created for it. That's why you won't see it.

jaunty jasper
#

I see, okay understood. Thank you for your time