#melodyclue_ssl

1 messages · Page 1 of 1 (latest)

worthy arrowBOT
half canyon
#

👋 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

fiery totem
#

ok so PaymentIntent is the core on every payment ?

half canyon
#

yes

fiery totem
#

When complete payment with card on hosted_invoice_url (invoice), the card is registerd to a customer. is it possible to disable this ?

half canyon
#

I don't think so

fiery totem
#

ok

#

What is the main difference between invoice and only paymentIntent ?
invoice has also paymentIntent. what is the main purpose to create invoice?

half canyon
#

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

fiery totem
#

ok ! thanks