#HOT DEMON-payment-links
1 messages · Page 1 of 1 (latest)
If I created a payment link and did "Save payment details for future use" would I be able to create subscriptions later with the customers payment info already on my dashboard?
Yep, that will work!
thank you!!!
btw would I have to make it recurring or one time
does it still save the users payment method because im gonna do manual subscriptions
What's a 'manual subscription' in this context?
like for example after I collect their payment info, I'm gonna later go on my dashboard and do Create subscription
since I wont be providing them the services immediately, I just need their payment info on the panel so that when the time comes I can provide them services and still be able to do create subscription
That will work yes in that you can create the subscription. However it's still possible the bank may request 3DS/auth for a future recurring payment
yea im gonna have to do manual units on the subscription until my developers finish the mobile app with the api to directly go on stripe and trigger metered billing on the products, so thank you for showing me how to work it out!!
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
thank you they pretty much answered everything but there is one last question I had, for their payment methods to be logged into our panel does the amount matter? like for example can I just charge them like 5 cents and would their contact info and payment info be recorded into the database
for their payment methods to be logged into our panel does the amount matter?
no the amount doesn't really matter
like for example can I just charge them like 5 cents
there is though a minimum charge amounts https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
but if you're just looking to save the payment method why not just use a Setup Intent instead of a Payment Intent
ty