#JohnnyB - Link
1 messages ยท Page 1 of 1 (latest)
I think the Setup Intent approach is the closest I can think of to achieving this approach: https://stripe.com/docs/payments/link/save-and-reuse
we were considering putting a link/image on the thank you page, which could then take you to another for future payments
but because customer is on the phone
we need to be SUPER efficient of their time, focus, and attention
so we need to keep it simple
So it shouldn't charge them again
the example you send seems to be during the pre-payment part, not the post-payment as we're asking
Well we need an Intent object of some sort to create the Payment MEthod
๐ Hopping in since @pseudo bobcat has to head out soon
Can you clarify what you mean by "the example you send seems to be during the pre-payment part, not the post-payment as we're asking"? From my understanding you just want to be able to collect/sign up your customer for Link after a payment has been made (with the intention that Link could be used for future payments, but not the one that was just completed?)
Hello again Karbi
you got it
that's the exact purpose
we will already have that credit card stored
so now it's a matter of associating the email and phone
So I think what you're asking for is a way to create a "link" payment method from the card information you already have stored, which I don't think is possible. When we collect the card details we need to know at that point in time whether they want to be saved for link or not.
They'd have to enter in their card details AGAIN to be able to save it with Link
ok
were told something different yesterday
let me think about the process
and will proceed accordigly
to confirm, Card Element does not allow for Link yet?
Correct, Card Element does not work with Link
any other payment options that work with link
Currently only credit and debit cards
I mean, elements