#nikhil_05327

1 messages · Page 1 of 1 (latest)

ivory baneBOT
bronze comet
#

👋 happy to help

regal stream
#

hello tarzan

bronze comet
#

it is possible for sure, but I'm a bit dubitatif about this statement

My objective is to incorporate this redirection link into my backend logic to efficiently manage the payment process

#

How do you think it will be more efficient?

#

what are you trying to achieve? and why you don't want to use StripeJS?

regal stream
#

what I want is to redirect the user to the payment page directly and want to customize the payment checkout page in my way with some modification as i am looking for a solution between the traditional Stripe Js way and checkout session thing

bronze comet
#

you can use the embedded checkout sessions in that case

regal stream
#

yes that is a option for us , but want to explore for something better

bronze comet
#

you can use Payment Element or you can integrate with the different Payment Methods using only StripeJS

#

in all cases, I don't think the approach of only processing in the backend is a good solution

regal stream
#

I appreciate and respect your feedback. While I acknowledge the feedback provided, I would like to emphasize that my current system architecture has specific requirements. As a result, I prefer not to undertake rework and make substantial changes.

My intention is to explore all available integration options thoroughly. I believe it would be better for us to select the integration method that aligns best with our existing system architecture.

bronze comet
#

my current system architecture has specific requirements.
what are they?

#

I'm also here to help you decide whether your course of action is best suited or not

regal stream
#

I appreciate Tarzan's efforts, however, we are bound by restrictions that prevent us from exposing information. Therefore, I kindly request your assistance in addressing my requirements related to exploring payment processing through the backend.

bronze comet
#

you can state that you were discussing with @tarzan on discord and I can pick up the conversation from there and we can continue the discussion there

regal stream
#

yes, sure we can further discuss this, but can you please help me in figuring out my requirements related to exploring payment processing through the backend? if there is any issue you can please tell me

bronze comet
#

how will you collect the payment method?

regal stream
#

i will ask the user through frontend

bronze comet
#

then why not use StripeJS in that case?

#

there are solutions to everything, but I'm really unsure what the issue/constraints you have to be able to guide you through the best course of action

regal stream
#

ok, I got that let me discuss this all with my team. thanks for your assistance

#

can. you please explain me the flow of using Stripe.js through frontend

bronze comet
#

without using Payment Element?

regal stream
#

yes for now , as i have created payment_intent and i have client_secret , now what to do

bronze comet
#

for me there's a missing piece of the puzzle

#

what type of Payment Methods you want to collect and how will you collect them on the frontend?