#adrift
1 messages · Page 1 of 1 (latest)
After Payment Intent is completed successfully, payment_method ID will be present: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-payment_method
You can make a Payment Method retrieval request (https://stripe.com/docs/api/payment_methods/retrieve) to get the last4 digit of the card with card.last4 parameter: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-last4
Ah nice, thank you!