#cerberus_74821

1 messages · Page 1 of 1 (latest)

sage spireBOT
placid lagoon
#

Hi there!

#

You mean with the API or in the dashboard?

quartz spear
#

It would be good to see it in dashboard but, I can work with the API too

placid lagoon
#

Not sure, having a look. Can you share a PaymentIntent ID (pi_xxx) that was flagged as MOTO?

quartz spear
#

pi_3NuVkIGDPg8JY53v10fhbq05

#

i can see "moto": true,

#

under payment_method_details

placid lagoon
#

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.

quartz spear
#

ok that should be ok for what I need

#

Thank you!