Skip to main content
Webhooks allow your application to receive real-time notifications when events happen in your Bullring account. Instead of polling the API, we will send an HTTP POST request to your configured URL.

Subaccount Created

Subaccount In Review

Subaccount Approved

When a subaccount is approved, the webhook includes a detailed capabilities object showing which currencies, rails, and crypto assets are unlocked.
Currency Status Values:
  • approved: Full access - all operations enabled
  • locked: No access - additional verification required
  • partial: Limited access - some operations/rails enabled

Subaccount Declined

When a subaccount is declined, the payload includes a failure_reason and a boolean can_resubmit indicating if the user is allowed to try again.