Webhooks

Withdrawal sent

The recipient received the money. failureReason is absent from this body entirely, not null.

The HTTP body is this object exactly — there is no envelope and no type field. The event name is delivered in the X-Webhook-Event header. Most optional fields arrive as an explicit null; a few keys are dropped from the JSON entirely when unset, and those are marked as such below. Read values with a null-safe accessor rather than testing key presence.

postWebhookWITHDRAWAL_SENT

Payload

withdrawalIdstring uuid

Withdrawal id.

txIdstring

Withdrawal transaction id.

netAmountnumber

Amount sent to the recipient in BRL, excluding the fee.

status'COMPLETED'

Always COMPLETED.

endToEndIdstring nullable

PIX end-to-end identifier. null when the network did not assign one.

Response

Return a 2xx status to acknowledge receipt.

Changes