curl --location --request POST 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "payment.receive",
"tenantId": "b8debe31-c781-43b8-96d7-c261c4233038",
"createdAt": "2026-01-19T23:17:48.455Z",
"data": {
"reference": "pi_201e4b2dec1694aef8ba",
"applied": true,
"appliedAmount": 88.5,
"isComplete": false,
"isPartial": true,
"paymentIntent": {
"id": "696eb45e047bce7112f350a6",
"amount": 100.5,
"amountReceived": 88.5,
"status": "partial"
},
"transaccion": {
"id": "696ebb9b7eb2dd83fb9d74e1",
"montoNeto": 88.5,
"montoOriginal": 100.5,
"comision": 12
},
"stp": {
"id": "12454896",
"fechaOperacion": "20200127",
"institucionOrdenante": "846",
"institucionBeneficiaria": "90646",
"claveRastreo": "12345",
"monto": 100.5,
"nombreOrdenante": "STP",
"tipoCuentaOrdenante": "40",
"cuentaOrdenante": "846180000400000001",
"rfcCurpOrdenante": "ND",
"nombreBeneficiario": "Payday",
"tipoCuentaBeneficiario": "40",
"cuentaBeneficiario": "646180686057134245",
"nombreBeneficiario2": "NOMBRE_DE_BENEFICIARIO2",
"tipoCuentaBeneficiario2": "40",
"cuentaBeneficiario2": "",
"rfcCurpBeneficiario": "ND",
"conceptoPago": "pi_201e4b2dec1694aef8ba",
"referenciaNumerica": "1234567",
"empresa": "NOMBRE_EMPRESA",
"tipoPago": "1",
"tsLiquidacion": "1634919027297",
"folioCodi": "f4c1111abd2b28a00abc"
}
}
}'