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

# transfer.internal_transfer_debit.completed

> Webhook triggered when an internal transfer debit has completed

Triggered when an internal transfer debit has COMPLETED. Funds have been debited from the source Profile and credited to the destination Profile.

<Note>
  Webhook payloads contain only event metadata. Use the [Get Event API](/api-reference/endpoints/events/get-event) with the event ID to retrieve full details.
</Note>

## Event Object Structure

The Get Event API returns a [`transfer_status_change`](/api-reference/events/transfer-status-change-object) object with transfer status details.


## OpenAPI

````yaml webhooks-openapi.json webhook transfer.internal_transfer_debit.completed
openapi: 3.1.0
info:
  title: Paxos Webhooks
  version: '2.0'
  description: >-
    Webhooks allow you to register endpoints to receive asynchronous events from
    the Paxos Platform. These webhooks are triggered when specific events occur
    in the system, enabling real-time notifications for your application.


    **Important**: Webhook payloads contain only the event metadata. To retrieve
    the full event object details, use the [Get
    Event](/api-reference/events/get-event) REST API endpoint with the event ID
    from the webhook payload.
  x-logo:
    url: /docs/paxos.svg
    backgroundColor: '#FFFFFF'
    altText: Paxos logo
servers: []
security: []
paths: {}

````