#un!t-checkout-invoice
1 messages ยท Page 1 of 1 (latest)
Hey! Your Invoice object (in_xxx) should contain a hosted_invoice_url: https://stripe.com/docs/api/invoices/object#invoice_object-hosted_invoice_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.
Yes thats what i use - but it stays at "payment success"
Checkout doesn't generate invoices for one-time payments currently, but we're working on it! If you share your account ID we can update you when that's available
and the rest is handled over webhooks
yes thats what i found ๐
where do i find my account id?
is the email enough?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
acct_1LKyUsLwDjSXOsgW
Any way of showing the hosted invoice in a iframe?
There is not
Thanks, will keep you updated!
What do you mean? Can you share the in_xxx ID?
To clarify: the payment process works like a charm. Thats totaly fine.
The problem is that i cant redirect to my website.
first i used checkout/payment links. But a new requirement are invoices with taxes. So i need to do that.
The hosted invoice is perfect for my needs - but after the payment the customer stays on the payment site. I want him to get redirected back to my payment success page.
Ah, I see. Yep that doesn't exist. You can't redirect from the Hosted Invoice Page
is that fix? Or can that come in the future? If thats there - you can use hosted invoices just like payment links - which is a great feature imho
Sure, you could do that
So i can reference the same payment items and just say "already payed" ?
okay thats a solution i can work with ๐ thanks
if the checkout invoice feature is out, i can refactor and everything is fine ๐ thanks
any ETA of that feature?
Not something that we're working on AFAIK
Sometime in Q3 I believe, maybe Q4