---
title: "Incoming transfer credited"
method: POST
path: "incoming-transfer#credited"
tags: ["webhook-event", "incoming-transfer"]
---

# Incoming transfer credited

`POST incoming-transfer#credited` (webhook)

Triggered when an incoming transfer is credited to a Wise balance.

This is a thin event, containing just the `incoming_transfer_id`. Fetch the full resource via the 
[incoming transfer endpoint](/api-reference/incoming-transfer).

* Event type: `incoming-transfer#credited`
* Profile level subscriptions: Supported
* Application level subscriptions: Supported

Events may not be delivered in the order they occurred. Use `data.occurred_at` to reconcile the order.
See the [Event ordering guide](/guides/developer/webhooks/event-ordering) for details.

See the [Webhooks guide](/guides/developer/webhooks) for setup instructions, signature verification, and best practices.

## Headers

- `X-Signature-SHA256` string
- `X-Delivery-Id` string, uuid
- `X-Test-Notification` boolean

## Payload

- V40028
  - `schema_version` '4.0.0' — Version of the event schema. Determined by the `schema_version` on your [webhook subscription](/api-reference/webhook).
  - `subscription_id` string, uuid — ID of the webhook subscription that triggered this event.
  - `event_type` string — Event type identifier
  - `sent_at` string, date-time — Timestamp when the event was sent.
  - `data` object
    - `incoming_transfer_id` string, uuid, required — Incoming Transfer ID
    - `occurred_at` string, date-time, required — Date and time at which the amount was credited to the balance account. Time in UTC. Format: `YYYY`-`MM`-`DD`T`HH`:`MM`:`SS`.`mmm`Z

## Acknowledgement `200`

Return any `2xx` status to acknowledge receipt of the event. Returning other statuses will not change the incoming transfer's state.

- object
  - `status` string

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
