#binayak
1 messages ยท Page 1 of 1 (latest)
Please assist as I need the vendor of the card like visa, mastercard etc and the last4 digits of the card
Hi there,
Could you please provide the related PaymentIntent Id pi_... ?
Thanks for sharing let me check
thanks
I see that in the request you did a capture, there was the payment_method_details. You can find it on charges.data[0].payment_method_details
You can check the API call response in your dashboard at:
https://dashboard.stripe.com/test/logs/req_6iR4DQquLnB3nO
sure, let me try once with another payment intent. And will confirm you. Thanks for the prompt help mate.
thanks a lot. It did worked.
Glad to hear that ๐
@tough pewter Can I get these details when I create a hold? using create function of a payment intent?
Hi ๐ I'm jumping in as my teammate needs to step away soon. Creating a Payment Intent does not create a hold, that happens later in the intent's lifecycle, and if the payment method details have not been collected before you create the Payment Intent then they won't be available yet.
If you already have a Payment Method created when creating the Payment Intent, then you can retrieve these details from the Payment Method directly.