#melodyclue_ssl
1 messages · Page 1 of 1 (latest)
👋 happy to help
no the relationship is the other way around
an invoice has a Payment Intent
but creating a PaymentIntent doesn't create an Invoice
ok so PaymentIntent is the core on every payment ?
yes
When complete payment with card on hosted_invoice_url (invoice), the card is registerd to a customer. is it possible to disable this ?
I don't think so
ok
What is the main difference between invoice and only paymentIntent ?
invoice has also paymentIntent. what is the main purpose to create invoice?
Invoices have the possibility to be collected either by sending the invoice to the customer or by collecting it automatically from a PM
it will generate a PDF with the line items (something that PIs don't have)
you can use Stripe Tax with Invoices
PaymentIntent are just a way to say that you want to collect X amount from a customer
that's it