#s2j2
1 messages · Page 1 of 1 (latest)
could you give me an example of one-off invoice?
I'm not really sure what you mean. I would recommend reading up on them if you're curious: https://stripe.com/docs/invoicing
Otherwise, Payment Intents are your best bet for one off payments
i see, will creating a payment intent and successfully processing it create an invoice? I'm having a hard time understanding the difference between invoice vs payment intent
No. Invoices have Payment Intents, but Payment Intents can also be used separately. For single payments, they basically both do the same thing