#sharda_02153
1 messages · Page 1 of 1 (latest)
Hello, where are you seeing this amount due?
Please let me share screen recrding with you
The server is busy, if you can send a screenshot of just the result first it may be quicker for me to help with
Nimbus Screenshot. Communicate & provide feedback faster!
When user completes the transaction and redirects to their plan page the get option to download invoice
The invoice amount is paid but it still shows the amount due.
After user click on the blue text pay invoice it redirect on stripe receipt where it says paid
Is there any way I can show amount paid instead of amount due?
Can you send me the ID of the invoice (in_1234)
I am not sure if our invoice PDFs update like that but can check
A8F51325-0001
Uh sorry, that is a different kind of invoice number. I'm looking for the Stripe object ID that starts with in_
If you go to the invoice's page in your dashboard that Id should be in the URL
in_1NqbNbSBBtImW7ZLRMjiUNiC
Thank you!
Ah yeah unfortunately it looks like the PDF is just for the initial open invoice. We don't currently regenerate it when the payment is paid
Just checked with the paid invoices on my account and they are behaving the same way as well
I see.
Isn't there any way we can show receipt at first time instead of invoice?
It might a bit confusing for users
Good question, looking in to that
Anything for me
There is a receipt URL on the Charge object (Invoice has a PaymentIntent which will have this Charge object). I think it may be to a different kind of receipt, but have not been able to test. Would you mind checking this URL on your existing invoice to see if it would be usable for your usecase? https://stripe.com/docs/api/charges/object#charge_object-receipt_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you