#Danik
1 messages ยท Page 1 of 1 (latest)
Hi there, you can expand the payment_method field when you retrieve the paymentIntent, so that the returned response would include the payment_method object and you can find its type there.
Thank you for the answer, but the "Payment_Method" field is just a plain string, only contains some encrypted data.
Yay, I found it ๐
thank you!
๐
One more question. Where do I get all the possible Type constants?
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!