#naveel_paymentintent-invoice
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/1263899605653913663
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
@craggy valve sorry for the delay. That's not how our product/API works. There's no "invoice" when you do a one-time payment with a paymentIntent.
The closest we have is an email receipt https://docs.stripe.com/receipts?payment-ui=direct-api
You can have an Invoice but it's a different integration path in the case
naveel_paymentintent-invoice
I want to create an invoice that the customer Paid. Let's say the product cost is $10, I have created a Stripe Product using PHP as well. customer paid $3. how do we create an invoice in Stripe? and want to show the remaining and due amount
which method I need to use for above scenario
prod_QVGq8Dw2z0XeGL this is a product id
I'm sorry I really don't understand you. You say the product is $10 and the customer pays $3. Why don't they pay $10?
Also you can not create an Invoice after the fact for a payment that already happened
in our application has a deposit payment. so customer paying $3 instead of $10
okay then unfortunately it's impossible to have an Invoice record that says "product is $10, you prepaid $3 and you owe $7" We don't support anything like this
another question: the product I created how to make a payment for the product? can I use PaymentInt
Hi ๐
My colleague needed to go so I'm taking over.