Skip to main content
POST
/
payments
/
webhook
Handle webhook
curl --request POST \
  --url https://api.sprucecollective.co.uk/payments/webhook \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {},
  "event": "<string>",
  "gateway": "<string>",
  "signature": "<string>"
}
'
{}

Body

application/json

Webhook data

data
object
required
event
string
required
gateway
string
required
signature
string

Response

OK

The response is of type object.