# Get notified about new MONEY_IN events. Send MONEY_IN webhook event notification. Endpoint: POST money-in Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `id_msg` (string) Example: "a7a126e8-fa74-411c-ad2b-b000f277bb0d" - `msg_name` (string) Example: "MONEY_IN" - `msg_date` (string) Example: "2025-04-02" - `body` (object) - `body.id` (string) Example: "0196da9a-8947-703e-9a3b-bf8c7d9f6059" - `body.beneficiary_account` (string) Example: "646180529600044117" - `body.beneficiary_name` (string) Example: "John Smith" - `body.beneficiary_rfc` (string) Example: "XYZ123456789" - `body.payer_account` (string) Example: "137180210044008609" - `body.payer_name` (string) Example: "Juan Perez" - `body.payer_rfc` (string) Example: "XYZ987654321" - `body.payer_institution` (string) Example: "40002" - `body.amount` (string) Example: "123.00" - `body.transaction_date` (string) Example: "20250402" - `body.tracking_key` (string) Example: "50118609TBRNZ00I07219647" - `body.payment_concept` (string) Example: "Payment for invoice 4567" - `body.numeric_reference` (string) Example: "2504021" ## Response 422 fields (application/json): - `refundReason` (string) Text with the refund reason Example: "Invalid amount"