#KEITH LARD
1 messages · Page 1 of 1 (latest)
I think you can see it in API, is that ok or you want Dashboard specifically?
I can't seem to find it anywhere
in the response or any of the logs
seti_1N6McnAjtNFaRAYovfBuQrzv
If you do a Retrieve SetupIntent and expand payment_method https://stripe.com/docs/api/setup_intents/object#setup_intent_object-payment_method what do you see?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
pm_1N6McmAjtNFaRAYo9UMr43Ii
I mean, you can expand it and see its content
Um I think this is a normal Card PaymentMethod created client-side. How do you know it was MOTO?
My flow is slightly different
- I create payment method from card element
- Make setup intent with MOTO flag using created payment method
Ah okie, then if you Retrieve SetupIntent and check the payment_method_options.card wouldn't you see moto = true?
It's just object
doesn't seem that way..I'm quite confused
I'm definitely sending it, just doesn't seem to be responding with it
Um looks like that's its behavior indeed. Could you paste here the request id req_xxx just for double check?
req_ad63IFK78l9ADk
do I need to flag the previous payment method creation as MOTO or something, as well as the setup intent
Umm yes that would be the easiest way I can think of, like using metadata
but I'm just concerned it doesn't seem to be reflected as MOTO in the real data