Event

An event resource represents a specific action that has occurred within your Paypercut account.

  • created
    Type: stringFormat: date-time
    required

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

  • data
    required
    • object
      Type: object
      required

      Object containing the API resource relevant to the event. For example, an checkout_session.completed event will have a full payment intent object as the value of the object key.

  • id
    Type: string
    max length:  
    100
    required

    Unique identifier for the object.

  • 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.

  • type
    Type: string
    max length:  
    100
    required

    The type of event.

  • account
    Type: string
    max length:  
    100

    The connected account that originates the event.

  • 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.