Hi,
We are using this API to get Auth details of the order:
GET /admin/api/#{api_version}/orders/#{order_id}/transactions.xml
But Currently, we are not able to get these details:
Are these specific to Shopify payment gateway or 3rd party gateway? More over which parts of the message are independent of Gateway?
-
credit_card_expiration_month
-
credit_card_expiration_year
-
Auth expiry date time
-
standard_authorization_expires_at
-
extended_authorization_expires_at
-
How to Identify Apple Pay or not? (Still getting CC details).
Thanks