#sqooby_api
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/1289217309231026188
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- sqooby_api, 1 day ago, 31 messages
Yes invoices are built on top of payment intents
So an invoice will have a payment intent: https://docs.stripe.com/api/invoices/object#invoice_object-payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So when i created invoice i have to add paymentIntent id to it, which user will pay
and it should works?
No
Invoices are built on top of payment intents
Payment intent is already created when you create the invoice (assuming it's not a $0 invoice)
Sure what is it
RIght know i managed payments in app with paymentIntent, Client also wants to send invoices to customers, so i created invoices and send it, and invoices demands to be paid, i saw that there is a paremeter paid_out_of_bands i manged to change it on true, invoices was paid, but on pdf file it still looks like it should be paid, is there any way to change that look?
i need to send user a proof of payment, recipe is not enough
i already tried link paymentIntent with invoices but it didnt work out
and right know i am out of options
do you undestand me what i mean?
Can you share an example invoice id?
sure in_1Q3Hb7GZoi1Nxyrlz4YHRDg6
Gotcha yeah I see
For those you'd need to make your own proof of payment then I guess
But going forward, you can use the invoice's payment intent to pay
so there is no way to make from Stripe, this proof of payment that i want
I think not since you paid out of band