#cdev-last4

1 messages · Page 1 of 1 (latest)

thorn hearth
#

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

worldly isle
#

Hello orakaro

#

I'm setting up a future payment card

#

and the retrieveSetupIntent

#

does not return the card details

thorn hearth
#

Inside the SetupIntent you will have a Payment Method

#

didn't you see it?

worldly isle
#

Hello Orakaro

#

many thanks i figured it out,

thorn hearth
#

Glad it worked!

worldly isle
#

I tried to avoid multiple request but i think theres no other way.

#

once the future payment is setup i needed to send another request o /paymentMethod::retrieve

#

Thanks brother