#RafaCitec-checkout
1 messages · Page 1 of 1 (latest)
hello
I want to know how I can access the response object to process the information
I use Checkout Session
Python in back and React in front
you mean to fulfill the order?
and after of do payment in checkout.stripe.com redirects me to success_url
the order is already done,
you can start by reading through this doc https://stripe.com/docs/payments/checkout/fulfill-orders
let me know if you need any more help
ok
but page in JS in React of success
received any object of Stripe?
any information of payment_id, customer_id....any
for print in screen
if you need the information of the checkout session you could use the return_url and pass in the generated session id. here's a guide for that https://stripe.com/docs/payments/checkout/custom-success-page