#cerberus_74821
1 messages · Page 1 of 1 (latest)
It would be good to see it in dashboard but, I can work with the API too
Not sure, having a look. Can you share a PaymentIntent ID (pi_xxx) that was flagged as MOTO?
Yes. You can see the List PaymentIntent endpoint doesn't have any parameters to only retrieve MOTO payments: https://stripe.com/docs/api/payment_intents/list
So the solution here is to list all PaymentIntents, and then on your end check if payment_method_details.moto is set to true.