#GrooveTech
1 messages · Page 1 of 1 (latest)
Payment using Payment Intent doesn't generate an invoice. Invoice is a standalone product from Stripe. If you wish to have an invoice, you may refer to the Invoice integration here: https://stripe.com/docs/invoicing/integration/quickstart
If you're just looking to have payment receipt (not invoice), it can be configured in the Dashboard with the steps here: https://stripe.com/docs/receipts
@tame geyser How can I help?
Thanks
I tried to create an invoice via API and linked to a Stripe product (one-time payment). But when I retrieved the data, it didn't have a value for payment intent until I completed the invoice
Is there anyway to retrieve payment intent from a one-time payment ?
I really need it to use Card Element for my own project
Invoicing is meant for one time payment using Stripe hosted page.
After an invoice is finalised, there will be a Payment Intent available for payment technically, which you can use it to collect the payment using Card Element.