#arhamfawad

1 messages · Page 1 of 1 (latest)

green rivetBOT
empty grotto
#

Hello

#

How can I help?

tulip dome
#

I have an admin panel created on react through which I want a functionality that will create a stripe payment link of a product that I will send details of it to a backend api on node js

#

The only issue is I have my own database that contains products in it

#

So I want to send product details such as Product Name,Price,description

#

And stripe on the backend should create the the payment link using that product details that I sent from the frontend

#

How soon you can answer ?

empty grotto
#

I'm helping multiple folks at once so you'll need to be patient

#

What you described is completely possible

#

You just call your database from your backend, retrieve the product details you need, and create the Product/Price within Stripe before creating your Checkout Session

tulip dome
#

Look I don't want to create Stripe checkout session I want to use Payment Links

empty grotto
#

Hmm they are on your website though, no?

#

Why would you use a Payment Link?

tulip dome
#

Because I have a separate Admin Panel and Separate Client app and separate Backend. It's a bidding app so when the admin decides to sell item to the highest bidder He will send product details and email of highest bidder. Now the backend api will generate the payment link based on the Product details I sent from the frontend and when that Stripe Payment link is created I then want to send email from the admin to the highest bidder which will access the Stripe Public Payment link and pay on that link

#

I hope now you get it

#

let me know if it's possible or not ?

empty grotto
#

Ah yeah

#

If you want to send via email then Payment Link is the way to go

#

So yes, definitely possible

tulip dome
#

So you mean the products that I list on my own database have to added on my stripe dashboard as well ?

#

And If I have to do that could tell me the name of api that does that ? or a link which will led to that api to store product in stripe dashboard do send me