#adaaam-prices
1 messages · Page 1 of 1 (latest)
hi! In general it's recommended yes. If you're using any integration that is not just creating raw PaymentIntents, then the use of Prices is generally needed, but there can be ways around that, depending on how exactly you will process the payment.
Hey, yeah I have all the stock and stuff in a point of sale thing im making, I just wanted to be able to create an invoice in that application and send it to someone along with a link that they can click on and pay the invoice, maybe theres something better to use rather than payment links?
well PaymentLinks do require the use of Prices yes. If you have more development resources you'd use something more bespoke like building your own web page to either embed a payment form or redirect to a Stripe page you configure dynamically (i.e. https://stripe.com/docs/payments/accept-a-payment)