#BruceWayne
1 messages · Page 1 of 1 (latest)
do you have more details on what code you wrote, what this 'order' is in technical terms, and so on?
cs_test_a1jU8ZMNWOcMdWHiXRcNhroneLNLs5bKZn4PkUQeDX3JynxDTfQ4FFfquR
I can't see the transaction details of this link in your background
Because I want to go to the management background to cancel this transaction
i can't find where it is
what did you expect to see that you don't see?
The last transaction was not created by me just now
don't understand you , sorry
I want to see more details about this transaction, such as transaction amount, product name, etc.
Or, how can I cancel it manually
there is no transction, that is not a transaction. That is a CheckoutSession link, which allows someone to make a payment. But nobody has yet, so there is nothing to see.
there's no page in the Dashboard just for a CheckoutSession object, only for actual payments, when they happen
So what do I do if I want to cancel it and not let someone pay?
Or, how can I cancel it manually
you can call https://stripe.com/docs/api/checkout/sessions/expire
I need to use the API to set this session as expired?
It can't be undone from the admin, right?
Also, if I want to cancel this checkout session, what should I set this session state to?
open?
yes and yes
you don't set the state
you just call that API. We will change the state.
I just call this API and it will automatically set the session to expire?
No parameters are required,right?
yes
OK,thanks
I seem to be doing something wrong, I'm using this interface in order to cancel it
yes, that is the wrong API to call