Card

  • account
    Type: string
    required
  • brand
    Type: string
    required
  • country
    Type: string
    min length:  
    2
    max length:  
    2
    required
  • created
    Type: integerFormat: int64
    required

    Signed 64-bit integers (long type).

  • id
    Type: string
    required
  • last4
    Type: string
    required
  • object
    enum
    const:  
    card
    required
    values
    • card
  • status
    Type: stringenum
    required
    values
    • pending
    • usable
    • unusable
  • currency
    Type: string | null

    Optional merchant-declared currency hint captured at attach time.

  • exp_month
    Type: integer

    Integer numbers.

  • exp_year
    Type: integer

    Integer numbers.

  • fingerprint
    Type: string | null
  • funding
    Type: string | null
  • metadata

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.

    • propertyName
      Type: string
  • supported_settlement_currencies
    Type: array object[] · SupportedSettlementCurrency[]
    • currency
      Type: string
      required
    • source
      Type: stringenum
      required
      values
      • merchant_declared
      • provider_verified
      • derived
      • manual_review
    • support_status
      Type: stringenum
      required
      values
      • declared
      • pending_verification
      • verified
      • unsupported