#bolt-paymentlink-deactivate

1 messages ยท Page 1 of 1 (latest)

gritty forgeBOT
#

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.

sinful coral
#

bolt-paymentlink-deactivate

#

@urban heath that doesn't really make sense conceptually. A PaymentLink isn't really designed to be "one-time use", that's not the goal of this product at all

#

so I guess: what are you really trying to do?

urban heath
#

Can I share my code with you ?

#

I first create a product and then create price and then create payment link for the product that have been stored in my database and I send the product details to the backend api and then those links help ๐Ÿ˜€

#

You get what I'm trying to say ?

sinful coral
#

barely

#

Why are you using PaymentLinks? The goal of that is to share for example a link on Twitter for many people to buy the same thing in a durable way

gritty forgeBOT
urban heath
#

Well I have a bidding website of products. There are two users buyers and sellers now when Buyers are bidding a product added on the website by seller there is an admin that decide which is the highest bid and then send the stripe payment link to that highest bidder buyer

#

Because when that product is sold there is no need to have that payment link up I want that payment link to go down

#

And when a new product comes and admin request for a new payment link and then it will create a new payment link from the backend which will have product name image price given to the backend from the frontend

#

I hope you get it if not I will share the code and you will get the better understanding

#

When would I be getting a response ?

lean socket
#

Hi there ๐Ÿ‘‹ taking over, as my colleague needs to step away (please be patient, the server is very busy).

Payment Links would likely not be the best solution here. How are you intending to send the payment form? Email? URL on your website?etc.

urban heath
#

Well I want to send payment link through email because my adminpanel is seperate from my frontend

#

So I wanted to do less code as possible

lean socket
#

You could just create and email an Invoice in that case. You don't even need code for that.

urban heath
#

What do you mean ?