#surgical-one-time-payment-link

1 messages · Page 1 of 1 (latest)

meager wagon
#

HI 👋

No, that is the opposite direction as the payment link was designed for (widely distributed, reusable, not customer specific).

#

It would be a cool feature though 😅

half swift
#

thank you! Is there a no/low code solution to providing a customer a payment ui via using an existing payment intent ?

meager wagon
#

Not with an existing Payment Intent.

#

May I ask why you are creating the Payment Intent before bringing the Customer on-session?

half swift
#

we’re a box office and sometimes customers call us over the phone to exchange their tickets. the user story is that we need to be able to say, “hey please pay the extra $5.50, here’s a link to pay it”

#

Currently we have Stripe check out session but it only last 24 hours and it requires a cancel/success page. but we like the logic the payment link does, no code

meager wagon
#

Gotcha.

half swift
#

Any suggestion on what you would do? Maybe an invoice?

#

or we can build some payment intent purchase single page app to fulfill pending orders

meager wagon
#

We do have a mechanism for taking payment over the phone but it doesn't support 3DS (if thats a problem). If you were interested in that you'd need to reach out to either Support (https://support.stripe.com) or your Account rep

#

Invoicing comes with Stripe Billing but there are extra fees associated. It seems a bit much just for the Hosted Invoice Page.

half swift
#

yeah..okay. so maybe best bet is to build a small page that can pay payment intents

meager wagon
#

Hmmm... how much does the extra charge vary?

#

I'm wondering if you can use a small set of Payment Links (if the extra charge doesn't change often) and just toggle the active property from true to false once you receive the successful payment. Then the next time you need to use one, you switch active to true.

#

Kind of a hack but it might get you the UI you want without building a lot of stuff on your. own.

half swift
#

that’s true! thank you!

#

im thinking i could also just deactivate payment link once it’s paid via webhook

hard spruce
#

That is a pretty cool feature request, I'll share with the team!