#Santhosh Kumar R
1 messages · Page 1 of 1 (latest)
Do you mean on the charge object?
That field isn't available on the payment intent object itself
And it's been on charge for a long time
WHat are you really trying to do, or what isn't working like you expect?
i am trying to get this object
however the paymentIntent.getPaymentMethodObject() gets me a null pointer
stripe version 20.97.0
hi are u thr
Yes, those details are on the Charge object:
https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you so much