You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Captured Payment Intents that were collected by the Terminal API from a card reader include charges data which has a source entity that contains a card_present entity. However, card_present is not available in Stripe .NET so I'm not able to access it after casting the charge source to a source. Instead, I have to parse the intent ResponseJson to get to it.
For instance: (string)jso["charges"]["data"][0]["source"]["card_present"]["last4"]
Will this be available in the future, or am I missing it in the API ?
The text was updated successfully, but these errors were encountered:
Captured Payment Intents that were collected by the Terminal API from a card reader include charges data which has a source entity that contains a card_present entity. However, card_present is not available in Stripe .NET so I'm not able to access it after casting the charge source to a source. Instead, I have to parse the intent ResponseJson to get to it.
For instance: (string)jso["charges"]["data"][0]["source"]["card_present"]["last4"]
Will this be available in the future, or am I missing it in the API ?
The text was updated successfully, but these errors were encountered: