#Rejesto - checkout session

1 messages ยท Page 1 of 1 (latest)

amber orbit
tame geyser
#

Nice, thank you very much ๐Ÿ™

amber orbit
tame geyser
# amber orbit But payment_status may be a better field to look at instead of status (depending...

in order to use this, I'm assuming I have to access the stripe API with the Session ID I am looking to check the status of.

Right now Stripe is autogenerating these for me.

Would it be easier (or even possible) for me to generate my own IDs for these transactions and pass them to my DB so I can reference them easier when trying to access the transaction?

Or is there a way to pass through the ID generated by stripe when I create the checkout session?

amber orbit
#

What's your end goal?

#

If I knew a little bit about what you're building and what you're trying to do, I could provide a better suggestion

#

But all those id's are generated

#

You would have to store them on your side if you want to keep track of them

tame geyser
# amber orbit What's your end goal?

Well first of all I'm using Django;

I'm trying to check on my "checkout success" page if the transaction has actually succeeded before starting work on my site.

I'm just doing this to combat people simply pasting the success url and getting free work on my site.

amber orbit