Skip to main content

Redirect Session Event

Webhook 

Redirect Session Event

Request

Body

    specversion stringrequired

    The version of the CloudEvents specification which the event uses. This enables the interpretation of the context. Compliant event producers MUST use a value of 1.0 when referring to this version of the specification.

    id uuidrequired

    The unique id of the event.

    source stringrequired

    Identifies the context in which an event happened

    time date-time

    Timestamp of when the occurrence happened.

    datacontenttype string

    Content type of data value

    type RedirectSessionEventType (string)

    Possible values: [RedirectSessionCancelled]

    The type of the event, defining also the attributes of which entity are to be found in the data property

    data

    object

    id uuidrequired

    The id of the redirect session

    state RedirectSessionState (string)required

    Possible values: [Cancelled]

    The type of the event, defining also the attributes of which entity are to be found in the data property

    type RedirectSessionType (string)

    Possible values: [NewTransactionIntent, ExistingTransactionIntent, NewCustomer]

    The type of redirect session. Used for defining which sub-element will be present in the response

    createdOn date-timerequired

    The creation datetime of the entity, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time

    lastModifiedOn date-time

    The last modification datetime of the entity, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time

Responses

Return a 204 status to indicate that the data was received successfully

Loading...