POST
https://your-server.example.com/webhooks/fingerly Signed by FingerlySent when your organization's billing status changes. Only endpoints listening to the live environment can subscribe.
Body
idstringThe event's ID, a UUIDv7. The same on every retry: deduplicate on it. Also sent asX-Fingerly-Event-ID.typestringAlwaysbilling.status_changed.versionintegerThe envelope version,1.organization_idstringYour organization.environmentstringlivefor production traffic,testfor staging and development.created_atstringWhen the underlying fact happened, RFC 3339 in UTC. Not when it was delivered.dataobjectThe change.4 child fields
previous_statusstringThe status before the change.current_statusstringThe status now.accepting_trafficbooleanWhether identifications are accepted in the current status.blocked_reasonstring | nullWhy the organization is blocked, when it is.nullotherwise.
Statuses
| Status | Accepts traffic | Meaning |
|---|---|---|
free | Yes | No payment method on file. Traffic is paid from credit. |
active | Yes | A payment method is on file. |
past_due | Yes | A payment failed. Update the payment method before the account is blocked. |
blocked | No | Identify requests are refused with 402 billing_blocked. |