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: string Format: date-time
      required

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

    • type
      Type: string · WebhookEventTypeenum
      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.

      • payment.succeeded

        A Payment succeeded.

      • payment.captured

        A Payment was captured.

    • 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

    When present, use this opaque cursor as the last_key query parameter to retrieve the next page.