Paysquad Failed Event

This is the event sent when a Paysquad expires before the contribution goal has been reached

The PaySquad failed event sends the information about a failed PaySquad to your server. This can generally happen when the total amount hasn't been reached before the expiry of the PaySquad or if the anchor hasn't paid their contribution.

Payload

A webhook sent when a Paysquad completes successfully

uuid

The ID of the Paysquad has been completed

string | null

The reason the Paysquad failed

string | null

The type of webhook

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…