#wbrian_best-practices

1 messages ¡ Page 1 of 1 (latest)

misty iglooBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1346290043500630057

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

agile imp
#

hello! sorry but unfortunately not, you can't create arbitrary product info on the fly using Payment Links. You would need to create a Product (if it doesn't already exist) and a Price

simple solstice
#

is there any possible alternative to make the "push checkout to customer" concept work?

agile imp
#

Not if you want your customer service staff to be able to do everything via the Stripe Dashboard.

If you're willing to implement your own solution, you can consider using Checkout Sessions as well I guess : https://docs.stripe.com/api/checkout/sessions/create. The reason why I didn't originally suggest this is because it needs to be implemented entirely via the API

simple solstice
#

That's fine. This is going to be built into a proprietary dashboard. The key part is getting something to the customer.

agile imp
#

ah, then Checkout Sessions is also an option, you can look at the Stripe hosted page :

I'd like to point out that the limitation with Checkout Sessions is that there is a max expiry time : https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-expires_at

Learn how to use Checkout to collect payments on your website.

simple solstice
#

most of these issues will be customers that call on the phone needing guidance but are not 100% ready to commit to payment yet