#blakemaczka
1 messages · Page 1 of 1 (latest)
Hello! Do you have an example Payment Intent ID I can look at where you're seeing paymentMethod as null
"pi_3NwKfmF27DVuTFSP0BUR5Ewd"
Ah! that's beacuse that PaymentIntent was paid with a source not a payment_method
Here's some documentation on the Sources API: https://stripe.com/docs/sources
And this'll also be good to read: https://stripe.com/docs/payments/payment-methods/transitioning
thanks!