#afenster
1 messages · Page 1 of 1 (latest)
Hi 👋
Terminal transactions only return the card_present payment method because that is what gets created.
So that is the correct one to examine. As for retrieving the CardPresent object. Let me take a look
Thanks. Here is what I get back in the PaymentMethod.CardPresent property:
As you can see, the data is there, but it's only available in the RawObject string.
Unfortunately it doesn't look like that object has much built out for it: https://github.com/stripe/stripe-dotnet/blob/master/src/Stripe.net/Entities/PaymentMethods/PaymentMethodCardPresent.cs
You can contrast this with the definition for the Card: https://github.com/stripe/stripe-dotnet/blob/master/src/Stripe.net/Entities/PaymentMethods/PaymentMethodCard.cs