#thomasnevink
1 messages · Page 1 of 1 (latest)
Are you looking for this
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge ?
I'm following this guide https://stripe.com/docs/payments/save-during-payment?platform=web#web-submit-payment
I'm getting the payment_intent and payment_intent_client_secret attached to the return_url as expected
what version of stripe-dotnet does your code use?
what does the exact line of code that gives that erorr you mention, look like?
latest 42.6.0
what does the exact line of code that gives that erorr you mention, look like?
In client side, after confirmCardPayment() I'm passing paymentIntent.id to the above screenshot mentioned function
so in your case I would AddExpand("latest_charge"); (look at the docs for the expand feature) and then you can change the code to do info.LatestCharge.status