POST
/
webhook
curl --request POST \
  --url https://api-v2.ziina.com/api/webhook \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "secret": "<string>"
}'
{
  "success": true,
  "error": "<string>"
}

Webhooks which we send currently include only one event payment_intent.status.updated

Body

application/json
url
string
required

Url where webhooks will be sent

secret
string

Your client secret

Response

default - application/json
success
boolean
required

true if request was successful, false otherwise

error
string

Optional error message