#vineet_invoice-adhoc
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/1494052085287616672
đ 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.
- -vineet_webhooks, 15 hours ago, 6 messages
hi there, can you send me the ID for the Payment Intent? it'll look like pi_1234
depending on what you're trying to do here, you may be able to use Payment Intent receipts. see https://docs.stripe.com/receipts#manually-send-receipts-from-dashboard
it is of test enviorment
cus id - cus_UL08ewquck0mfa
billing email - ferret1969633@pixoledge.net
payment intent id - pr_test_65UViVJ4L2V5ucRtm4K41Kt5CJOb7A6OGm
lmk if anything else is required
pr_test_65UViVJ4L2V5ucRtm4K41Kt5CJOb7A6OGm
so that's a Payment Record ID, not a Payment Intent. but if you're just trying to send your customer proof of purchase, you should be able to use the Receipts functionality I linked to above
Can this be automated?
I see, but this wont come up on their billing portal right?
no, this would be emailed to them directly
So can we automate invoice creation also? without charging them?
I'm not entirely sure what you mean, can you explain more about what you're trying to do? are you referring to Stripe Invoices, i.e. https://docs.stripe.com/api/invoices ? or are you just trying to send your customers an estimate / quote?
if it's the latter, you may be interested in our Quotes functionality https://docs.stripe.com/quotes/create
I want to make an invoice available for off session payment on their billing portal
"off session payments" are payments taken without the customer being in your app to pay. So I don't really grasp what that could mean. If they are on the billing portal ready to pay then it's on session
okay reading the earlier thread you basically want to create an Invoice after a payment has already happened?