Hi,
We found out that there is no `environment` field in Webhook with `TRANSFER` type.
Therefore, we cannot know which environment should handle this event
example:
1{2 "api_version": "1.0",3 "event": {4 "app_id": "xxxxxx",5 "event_timestamp_ms": 1632420930240,6 "id": "xxxxxx",7 "store": "APP_STORE",8 "transferred_from": [9 "xxxxxx"10 ],11 "transferred_to": [12 "ooooooo"13 ],14 "type": "TRANSFER"15 }16}
Thank you very much