{ "activity": { "account": { "country": "MEX", "currency": "MXN", "id": "acc-2cxzZIzhkv3vCcAAGmlHeJynhVq" }, "created_at": "2025-03-13T15:07:53.524914881Z", "data": { "description": { "en-US": "Test" } }, "entry_type": "CREDIT", "forced": false, "origin": "CLIENT", "origin_tx_id": "atx-2uGchYGngCSNvJrx49r3dApAhrS", "process_type": "ORIGINAL", "rejection_reason": "ACCOUNT_NOT_ACTIVE", "result": "REJECTED", "total_amount": "50", "type": "CLIENT_PAYMENT" }, "datetime": "2025-03-13T15:07:53.524931Z", "idempotency_key": "fdfd2b3b-6f9b-428b-8f36-6978fa829d57", "type": "ACTIVITY_CREATED", "version": "1" }
curl --location --request POST '/dev_external/account/activity/notify' \ --header 'X-Api-Key: sKQq91g4ctRkLElI86vMeRNIPbhUc2qyEWxgbt6CGP8=' \ --header 'X-Endpoint: https://dev-api.mxmidas.com/dev_external/account/activity/notify' \ --header 'X-Signature: hmac-sha256 XJH4TtI/wjaTqz1Ov4AFcATcr0GWY/5GdpySA4v6Mh0=' \ --header 'X-Timestamp: 1741878473' \ --header 'Content-Type: application/json' \ --data-raw '{ "activity": { "account": { "country": "MEX", "currency": "MXN", "id": "acc-2cxzZIzhkv3vCcAAGmlHeJynhVq" }, "created_at": "2025-03-13T15:07:53.524914881Z", "data": { "description": { "en-US": "Test" } }, "entry_type": "CREDIT", "forced": false, "origin": "CLIENT", "origin_tx_id": "atx-2uGchYGngCSNvJrx49r3dApAhrS", "process_type": "ORIGINAL", "rejection_reason": "ACCOUNT_NOT_ACTIVE", "result": "REJECTED", "total_amount": "50", "type": "CLIENT_PAYMENT" }, "datetime": "2025-03-13T15:07:53.524931Z", "idempotency_key": "fdfd2b3b-6f9b-428b-8f36-6978fa829d57", "type": "ACTIVITY_CREATED", "version": "1" }'
{}