post

This event is sent when the basket total has been paid by all cumulative contribution(s) and the payment status changes to ‘complete’.

This event is triggered when a PaySquad is completed, once all of the contributions have been made and the total amount has been reached (along with payments processing completely). Once you have received this, you should use the Get Paysquad endpoint to validate this status.

Payload

Sent when a Paysquad reaches its total and is successfully captured.

uuid

The ID of the Paysquad that succeeded.

string | null

The event type. Always paysquad.succeeded 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…