I’m trying to separate orders from our POS by card type (VISA/AMEX/MASTERCARD), I need to retrieve the data through the ‘GET Order’ endpoint to show what card type was used to place the order, I can see in the admin panel the card type that placed the order, but in the JSON you don’t show that information. Is there a way for me to retrieve this?
Screen shots zipped, showing Admin and JSON response
Thanks in advance