post

Payload

Sent when a merchant refund request has been processed for a completed Paysquad.

uuid

The ID of the Paysquad that was refunded.

int32

The total refunded amount in the smallest currency unit.

string | null

The ISO currency code for the refunded Paysquad.

date-time | null

The UTC timestamp when Paysquad marked the refund as processed.

string | null

The merchant reference supplied with the refund request, when provided.

string | null

The merchant-provided refund description, when provided.

string | null

The event type. Always paysquad.refunded for this payload.

Headers
string
required

The signature for this webhook. This should be validated against the provided webhook signing key to ensure the webhook is valid.

string
enum
required

The Paysquad environment this webhook originates from, so you can know which signing key to use.

Allowed:
Response
200

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

LoadingLoading…