# Subscribe to transfer state change

As well as `swift-in#credit`, you can also subscribe to `transfer-state-change` notifications. This gives you information about all transfers in your Wise account, including the states in an inbound Swift payment.

As you implement this subscription, be sure to handle duplicate messaging about the same transaction.

## Transfer state change event 

* Event type: `transfers#state-change`
* Profile level subscriptions: Supported
* Application level subscriptions: Supported


Triggered every time a transfer's status is updated.

Note that for topup-to-balance transfers, `transfers#state-change` events will not be triggered. To listen to these, subscribe to `balances#update`.

For the full schema and examples, see the [Transfer state change](/api-reference/webhook-event/eventtransferstatechange) API reference.