Missing fields in transaction.xml response API

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?

  1. credit_card_expiration_month

  2. credit_card_expiration_year

  3. Auth expiry date time

  4. standard_authorization_expires_at

  5. extended_authorization_expires_at

  6. How to Identify Apple Pay or not? (Still getting CC details).

Thanks