#naveel_paymentintent-invoice

1 messages ยท Page 1 of 1 (latest)

broken swanBOT
#

๐Ÿ‘‹ 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.

frosty umbra
#

@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

craggy valve
#

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

frosty umbra
#

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

craggy valve
#

in our application has a deposit payment. so customer paying $3 instead of $10

frosty umbra
#

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

broken swanBOT
craggy valve
#

another question: the product I created how to make a payment for the product? can I use PaymentInt

robust turtle
#

Hi ๐Ÿ‘‹

My colleague needed to go so I'm taking over.