curl --location --request POST '/payment/api/withdrawal' \
--header 'x-client-id;' \
--header 'x-secret-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"value_cents": 1000,
"receiver_name": "Greg Fill",
"receiver_document": "01814851410",
"pix_key_type": "phone",
"pix_key": "+5511987650000",
"comment": "Saque",
"callback_url": "https://example.com"
}'{
"transaction": {
"id": "trx_withdraw_456",
"transaction_type": "WITHDRAWAL",
"transaction_status": "pending",
"transaction_amount_cents": 2000,
"provider_reference": "7c87236c-bec1-4bff-8832-8e8b86b7e8c1",
"created_at": "2026-01-19T12:00:00.000Z"
},
"message": "withdrawal_requested"
}