Sign in

Invoice paid (webhook)

documented

Notify when an invoice is paid.

POST {your-webhook-url}Webhooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "{{$webhook_url}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"event":"{{$event}}","created_timestamp":{{$created_timestamp}},"organization_id":{{$organization_id}},"client_id":"{{$client_id}}","organization_token":"{{$organization_token}}"}'