#piyushjain
1 messages · Page 1 of 1 (latest)
Youa re using what integration, Stripe Checkout or Elements ?
Card reader
And Bluetooth card reader
So I have payment intent..
I want to see customer card last 4 digit number
Is it possible?
Ohh
So I have charge id
Not payment intent .
So we can get last 4 digit number by charge id
Am I right . ?
There ?
Some patience please, we're busy helping other users too
Okay. Np
You'd get that data from the payment_method field on the Payment Intent: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-last4
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