Payment updated

Occurs when a payment record is updated

Payload

This datatype represents a webhook event that is triggered by a specific event.

string
required
length between 1 and 255

Unique identifier of the webhook event.

string
required
length between 5 and 5
Defaults to event

Object type, value is always "event".

string | null

The version of the API that the webhook event was triggered on.

const
enum
required
length between 1 and 255

The event that triggered the webhook.

Allowed:
date-time
required
length ≤ 24

The ISO 8601 formatted timestamp at which the webhook event was created.

data
object
required

The data associated with the webhook event.

Response
200

Webhook received successfully

LoadingLoading…