urlCallBackIntegrador para receber a notificação de pagamento por webhook. Este endpoint NÃO aplica Bean Validation — valores inválidos tendem a resultar em 500.curl --location 'https://api-hml.lcpay.com.br/api/v2/movimentacao/236BD098-F481-48D6-6F7F-A357E09DEB45/pixCashIn' \
--header 'Content-Type: application/json' \
--data '{
"valorTotal": 18,
"numeroPedido": "ID3455",
"conteudo": "ID123",
"urlCallBackIntegrador": "https://seu-sistema.com.br/webhooks/pix"
}'{
"data": {
"transactionId": "E37CFF03-76F2-102A-9F42-C58AA360804F",
"financialStatement": {
"status": "CREATED"
},
"transactionType": "InstantPayment",
"totalAmount": 18,
"instantPayment": {
"textContent": "00020101021226990014br.gov.bcb.pix...6304C290",
"qrcodeURL": "https://pix-h.bpp.com.br/23114447/qrs1/v2/...",
"generateImage": {
"imageContent": "iVBORw0KGgo... (base64 PNG)",
"mimeType": "image/png"
},
"dynamicQrCodeType": "IMMEDIATE"
}
}
}