payment_method_details

Details about the payment method at the time of the payment.

  • card
    Type: object · payment_method_details_card
    • exp_month
      Type: integerFormat: int32
      required

      Two-digit number representing the card's expiration month.

    • exp_year
      Type: integerFormat: int32
      required

      Four-digit number representing the card's expiration year.

    • amount_authorized
      Type: integer | nullFormat: int64

      The authorized amount.

    • authorization_code
      Type: string | null
      max length:  
      5000

      Authorization code on the payment.

    • authorization_type
      Type: string | null
      max length:  
      100

      The authorization type of the card transaction.

    • brand
      Type: string | null
      max length:  
      5000

      Card brand. Can be mastercard, visa or unknown.

    • capture_before
      Type: string | nullFormat: date-time

      When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.

    • cardholder_name
      Type: string | null
      max length:  
      5000

      The cardholder name as read from the card, in ISO 7813 format. May include alphanumeric characters, special characters and first/last name separator (/). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on with Apple Pay and Google Pay.

    • country
      Type: string | null
      max length:  
      5000

      Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.

    • funding
      Type: string
      max length:  
      100

      Card funding type. Can be credit, debit, prepaid, or unknown.

    • iin
      Type: string
      max length:  
      5000

      Issuer identification number of the card.

    • issuer
      Type: string | null
      max length:  
      100

      Issuing bank name.

    • last4
      Type: string | null
      max length:  
      5000

      The last four digits of the card.

    • network_transaction_id
      Type: string | null
      max length:  
      5000

      This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.

    • segment
      Type: string
      max length:  
      100

      Card segment type. Can be commercial, consumer or unknown.

    • three_d_secure
      Type: object · three_d_secure_details nullable

      Populated if this authorization used 3D Secure authentication.

    • transaction_type
      Type: string | null
      max length:  
      100

      Type of payment contract.

    • wallet
      Type: object · payment_method_details_card_wallet nullable

      If this Card is part of a card wallet, this contains the details of the card wallet.