#AlexandrosF
1 messages · Page 1 of 1 (latest)
You could start by looking at Payments Links, which have an API: https://stripe.com/docs/payments/payment-links/api
Thank you! I wasn't sure it was payment links, because on the interface either you have to choose a product or let the client choose the amount like a donation. What I need is a description of the 3rd party app invoice date and number and the exact amount of the invoice. Should I use payment links?
In reality, you should just use our Invoicing product which will provide a hosted payment page for you: https://stripe.com/docs/invoicing/hosted-invoice-page
Otherwise, yes Payment Links require a product/price
The alternative is to use Payment Intents directly and build your own payment page
can you help me more with payment intents?