#ruslan-kazmiryk_code

1 messages ยท Page 1 of 1 (latest)

crisp shardBOT
marsh adderBOT
#

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.

crisp shardBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1247819865369083954

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

crystal karma
willow depot
#

What do you mean "corresponding request"

crystal karma
#

request id

#

When you run your code it should send out a request to Stripe server, with an Id req_xxx

willow depot
#

allow me this

#

because otherwise it will raise another error which will be very tough to fix.

crisp shardBOT
crystal karma
#

Oh you mean when it redirect back to your page, you don't see anything?

willow depot
#

it is about content of response object

#

within my test function

#

that is the point

#

empty reponse

#

assumption is that maybe I need some sort of handling response content in cases of success url, cancel url

#

but so far I don't understand how to provide this

wary wave
#

Hey! Taking over for my colleague. Let me catch up.

willow depot
#

oK

wary wave
willow depot
willow depot
wary wave
#

Have you had the chance to follow the guide I shared with you ?

willow depot
wary wave
#

Yes of course! take your time.

willow depot
#

It is all about creating special HTML page

#

let's say as situatinal handler

wary wave
#

yes

willow depot
#

but In my case I need no such page at all

wary wave
willow depot
wary wave
#

The first is a hosted page and the user will move from your website page to Stripe hosted page, while the other the payment form will be in your own website

willow depot
#

could you please explain me in which extent last reference and approach, and previous approach

#

reference

wary wave
willow depot
#

could you describe it as outlines

#

because still I am not with you.

wary wave
#

You want a guide for the second option (Stripe Elements)?

crisp shardBOT
willow depot
#

so In this case is it second option?

crude jasper
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

#

@willow depot what do you mean by you don't need an html page? how are you collecting the payment method details from your customers in your use-case?

willow depot
#

my project is all about API

crisp shardBOT
willow depot
#

no HTML pages there

crude jasper
#

you haven't answered my question though

willow depot
#

only point I want to emphisize - to interact with frontend side on which will be HTML pages

#

but not directly in my projec t

crude jasper
#

yes but you can't process payments without that frontend side unless you already have a saved PaymentMethod attached to a customer

#

thinking about this separately doesn't really get you anywhere

#

the integration with Stripe is an e2e integration