#N0xB0DY-session-status
1 messages · Page 1 of 1 (latest)
I can't do much with a picture of code
but you get a Session and that Session has Status as a property
it doesn't in .net
in c#, it says Status is not defined
yeah this literally shipped 3 hours ago :p
Oh, so I should upgrade the package?
ok. thanks for helping me again.
sure! sorry for the confusion, there's also PaymentStatus that has been here for a while
that's ok. PaymentStatus won't lemme know whether it's actually completed or not as this process needs time.
it's still mostly similar
Right?
Another question, if I add some meta value to a session, is this meta going to be added to the charge object it creates or not?
it will not
you can set it on the PaymentIntent with https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata
Well, I want to know how much did Stripe take as fees from this payment, what's the best way to do it?