EventListResponse

  • items
    Type: array · Event[]
    required

    An event resource represents a specific action that has occurred within your Paypercut account. Paypercut sends this same Event object as the JSON body of webhook deliveries.

    • id
      Type: string
      max length:  
      100
      required

      Unique identifier for the object.

    • created
      Type: stringFormat: date-time
      required

      Time at which the object was created. Measured in seconds since the Unix epoch.

    • type
      Type: stringenum
      required

      Event types that webhook endpoints can subscribe to.

      values
      • checkout_session.completed

        A Checkout Session completed successfully.

      • payment_intent.authorized

        A PaymentIntent was authorized and can be captured.

      • payment_intent.captured

        A PaymentIntent was captured.

      • account.updated

        A connected account was updated.

      • account.external_account.created

        An external account was attached to a connected account.

      • account.external_account.updated

        An external account on a connected account was updated.

      • invoice.paid

        An invoice was paid.

      • invoice.payment_failed

        An invoice payment failed.

    • account
      Type: string | null
      max length:  
      100

      Connected account that originated the event. Present for platform and marketplace event deliveries where the platform needs to identify which connected account the event belongs to.

    • api_version
      Type: string | null
      max length:  
      100

      The API version used to render data when the event was created. The contents of data never change, so this value remains static regardless of the API version currently in use.

    • livemode
      Type: boolean
      required

      Has the value true if the object exists in live mode or the value false if the object exists in test mode.

    • data
      required
  • last_key
    Type: string | null
    required