Chargeback Created webhook

Webhook sent when a new chargeback is created in the system. This event is triggered immediately when Justt receives chargeback data from a PSP integration.

Payload

Information about a chargeback created event

string
enum
required

The event type: chargeback.created

Allowed:
date-time
required

The timestamp when the event occurred

data
object
required

The event data payload

Headers
string
required

Unique identifier for the webhook message

string
required

HMAC-SHA256 signature of the webhook payload for verification

string
required

Unix timestamp when the webhook was sent

Responses
200

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

400

Bad request - invalid payload format

401

Unauthorized - invalid webhook signature

500

Internal server error

LoadingLoading…