#jo07453
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Hello
Nope, Payment Links require a Price.
No way around using Prices with Payment Links
but then should I delete the Price then?
What about expire the payment link through the api? is it possible?
No need to inactivate the Price unless you want to -- there is no limit on number of Prices.
Yes, you can inactivate a Payment Link via: https://docs.stripe.com/api/payment_links/payment_links/update#update_payment_link-active
I'll give you more context @short coral . I am implementing a way of charging monthly (off_session) users for a machine rental for the time they are using it.
But I am concerned about the payments that may fail, and so I am implementing a way of sending them a payment links for them to manual pay if needed. But having a price/product for each time a payment fails seems too much, no?
Nah that works fine
You can really just have one Product
And create a new Price for each different amount you charge
hmmmm I see. If I create a price just as I am doing it will create one product and one price each time, right?
Yes if you use product_data
and is it fine to have more products with the same name?
It may happen to have more than a payment link for the same rental
Yes that's fine
Great! Thanks
Sure thing