{
   "amount" : "382",
   "amount_details" : {
      "atm_fee" : null
   },
   "approved" : 0,
   "authorization_method" : "online",
   "balance_transactions" : [],
   "card" : {
      "brand" : "Visa",
      "cancellation_reason" : null,
      "cardholder" : {
         "billing" : {
            "address" : {
               "city" : "San Francisco",
               "country" : "US",
               "line1" : "123 Main Street",
               "line2" : null,
               "postal_code" : "94111",
               "state" : "CA"
            }
         },
         "company" : null,
         "created" : "1626425119",
         "email" : "jenny.rosen@example.com",
         "id" : "ich_1JDmfb2eZvKYlo2CwHUgaAxU",
         "individual" : null,
         "livemode" : 0,
         "metadata" : {},
         "name" : "Jenny Rosen",
         "object" : "issuing.cardholder",
         "phone_number" : "+18008675309",
         "redaction" : null,
         "requirements" : {
            "disabled_reason" : null,
            "past_due" : []
         },
         "spending_controls" : {
            "allowed_categories" : [],
            "blocked_categories" : [],
            "spending_limits" : [],
            "spending_limits_currency" : null
         },
         "status" : "active",
         "type" : "individual"
      },
      "created" : "1626425206",
      "currency" : "usd",
      "exp_month" : "6",
      "exp_year" : "2024",
      "id" : "ic_1JDmgz2eZvKYlo2CRXlTsXj6",
      "last4" : "8693",
      "livemode" : 0,
      "metadata" : {},
      "object" : "issuing.card",
      "redaction" : null,
      "replaced_by" : null,
      "replacement_for" : null,
      "replacement_reason" : null,
      "shipping" : null,
      "spending_controls" : {
         "allowed_categories" : null,
         "blocked_categories" : null,
         "spending_limits" : [
            {
               "amount" : "50000",
               "categories" : [],
               "interval" : "daily"
            }
         ],
         "spending_limits_currency" : "usd"
      },
      "status" : "active",
      "type" : "virtual",
      "wallets" : {
         "apple_pay" : {
            "eligible" : 1,
            "ineligible_reason" : null
         },
         "google_pay" : {
            "eligible" : 1,
            "ineligible_reason" : null
         },
         "primary_account_identifier" : null
      }
   },
   "cardholder" : "ich_1JDmfb2eZvKYlo2CwHUgaAxU",
   "created" : "1630657706",
   "currency" : "usd",
   "id" : "iauth_1JVXl82eZvKYlo2CPIiWlzrn",
   "livemode" : 0,
   "merchant_amount" : "382",
   "merchant_currency" : "usd",
   "merchant_data" : {
      "category" : "computer_software_stores",
      "category_code" : "5734",
      "city" : "SAN FRANCISCO",
      "country" : "US",
      "name" : "STRIPE",
      "network_id" : "1234567890",
      "postal_code" : "94103",
      "state" : "CA"
   },
   "metadata" : {
      "order_id" : "6735"
   },
   "object" : "issuing.authorization",
   "pending_request" : null,
   "redaction" : null,
   "request_history" : [
      {
         "amount" : "382",
         "amount_details" : {
            "atm_fee" : null
         },
         "approved" : 0,
         "created" : "1630657706",
         "currency" : "usd",
         "merchant_amount" : "382",
         "merchant_currency" : "usd",
         "reason" : "verification_failed"
      }
   ],
   "status" : "closed",
   "transactions" : [],
   "verification_data" : {
      "address_line1_check" : "not_provided",
      "address_postal_code_check" : "not_provided",
      "cvc_check" : "mismatch",
      "expiry_check" : "match"
   },
   "wallet" : null
}