> ## Documentation Index
> Fetch the complete documentation index at: https://developers.circle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipient address state change

> Sent when a recipient address changes state, most often as it moves through verification.
`status` is one of `pending`, `pending_verification`, `pending_additional_information`,
`pending_owner_information`, `pending_beneficiary_information`, `denied`, `inactive`,
`verification_succeeded`, `active`, `on_hold`, `failed`, or `disabled`. Wait for `active` before
using the address as a transfer destination.




## OpenAPI

````yaml openapi/managed-payments-webhooks.yaml webhook mintAddressBookRecipients
openapi: 3.1.0
info:
  version: ${version}
  title: Managed Payments Webhooks
  description: |
    The events Circle sends to your endpoint when a Managed Payments resource
    changes state. Every event shares one envelope; the product-specific fields
    live in `notification`.
servers:
  - url: https://api-sandbox.circle.com
  - url: https://api.circle.com
security: []
tags:
  - name: Managed Payments Webhooks
    description: |
      Events Circle sends to your endpoint when a Managed Payments resource
      changes state.
paths: {}

````