#devzest - integration

1 messages · Page 1 of 1 (latest)

proper hamlet
#

Can you describe more about what you're trying to do? Do you have an example in mind?

honest bear
#

our company can not capture card data and above all we sell services with different prices, I have seen that you have "Payment link" but it is necessary to have configured a product with an exact price, there is some alternative to carry out what I say.

proper hamlet
#

Well assuming you want to pay with cards, your customers need to enter card data, but when integrating as we recommend using Stripe.js/Elements, then those are tokenized directly with Stripe so you don't receive raw card details

#

Are you trying to build a custom integration, or use a no-code solution like payment links?

#

You can set up multiple prices for a product and create a separate Payment Link for each price

honest bear
#

No, I was reading the documentation and it seemed to me that there was no way to do it, we have a software that processes sales and performs financial calculations. That's why I need the integration to have callback with the transactions

proper hamlet
#

I'm not sure i understand how that relates to card data and having multiple prices. Can you explain exactly what you're trying to do? Where are you having issues?

honest bear
#

I want to use the API to connect my software to Stripe, get a link to pay via Stripe and have Stripe reply to my software with the status of the transaction, but if I need products with exact prices it is not functional for the solution I am looking for

#

I cant capture card data and the prices changes with every service

proper hamlet
#

if I need products with exact prices

#

I cant capture card data and the prices changes with every service

#

I don't understand what the problem is here. I think you want to be using Checkout sessions to set up specific pricing for each customer:

honest bear
#

Perfect this is just what I need, I will try it very much thanks

proper hamlet
#

No problem!