PaginatedPaymentIntentList

  • count
    Type: integer

    Integer numbers.

  • next
    Type: string Format: urinullable
  • previous
    Type: string Format: urinullable
  • results
    Type: array object[] · PaymentIntent[]
    • addenda
      Type: string
      read-only
      required
    • balance_paid
      Type: string Format: decimal
      required
    • canceled_at
      Type: string | null Format: date-time
      read-only
      required

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

    • checkout_url
      Type: string | null
      read-only
      required

      Guest checkout URL for contactless payment intents only (contact is null). Omitted on list and webhook payloads. Invoices with a contact use the authenticated partner checkout path instead.

    • contact
      Type: object · Contactnullable
      required
    • created_at
      Type: string Format: 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: integer enum
      required

      0: Inbound, 1: Outbound

      values
      • 0
      • 1
    • due_date
      Type: string | null Format: 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 | null Format: 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 | null Format: 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 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: string Format: uuid
      read-only
      required