PaginatedPaymentIntentList

  • count
    Type: integer

    Integer numbers.

  • next
    Type: stringFormat: uri nullable
  • previous
    Type: stringFormat: uri nullable
  • results
    Type: array object[] · PaymentIntent[]
    • addenda
      Type: string
      read-only
      required
    • balance_paid
      Type: string Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$Format: decimal
      required
    • canceled_at
      Type: string | nullFormat: date-time
      read-only
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • contact
      Type: object · Contact
      required
    • created_at
      Type: stringFormat: date-time
      read-only
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • direction
      Type: integerenum
      required

      0: Inbound, 1: Outbound

      values
      • 0
      • 1
    • due_date
      Type: string | nullFormat: date
      read-only
      required

      full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

    • memo
      Type: string | null
      read-only
      required
    • note
      Type: string | null
      read-only
      required
    • paid_at
      Type: string | nullFormat: date-time
      read-only
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • pending_at
      Type: string | nullFormat: date-time
      read-only
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • status
      Type: string
      read-only
      required
    • total
      Type: string Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$Format: decimal
      read-only
      required
    • transactions
      Type: array object[] · PaymentIntentTransaction[]
      required

      List of transactions associated with this payment intent. Only populated on retrieve, not on list or webhook payloads.

    • uid
      Type: stringFormat: uuid
      read-only
      required