#cdev-last4
1 messages · Page 1 of 1 (latest)
In the Payment Method object inside the SetupIntent object, you will have last4. https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-last4 For zipcode you can only have the result check https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-checks-address_postal_code_check
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello orakaro
I'm setting up a future payment card
and the retrieveSetupIntent
does not return the card details
Glad it worked!