#erikou_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1256168669323726954
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi! like you don't want to build your own payment form, you want something to email the customer a link to a payment page?
hello ! yes that's it!!
ok, then maybe you want https://docs.stripe.com/invoicing/dashboard .
hmm i guess that's it
thank you very much
sorry to bother you
I read the documentation and i would like to know our software also create invoice so if i'm using your invoice there will be 2 invoices provided to my customers
is it possible to send my invoice pdf so you can send it to the customer or just the link with the payment and you don't need to create an invoice to customers?
it can be possible, are you a developer able to call the Stripe API and integrate it with your existing invoicing system?
yup
then why not just build an integration with Checkout (https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=stripe-hosted) and in the email your invocing system sends, inculde a link to your server that creates+redirects to a CheckoutSession for the amount you're charging? Or there are many other ways of doing this.
the. only issue is that my software isnt an web application it is a software window/mac where my customers send payment to their customers that's why it could be convenient with just a button that stripe send a payment link to their final customer
I mean that might be possible too, you can create a PaymentLink (https://docs.stripe.com/payment-links/api) and have your invoice contain that link .
yeah but i wanted to know if it could be stripe who could send only the payment link by email without their own invoice
we only support sending emails for our own Invoice product, other solutions would involve you sending the email from your own system and including links