Solved

Question about Webhook (`Transfer` type)

  • 23 September 2021
  • 6 replies
  • 286 views

Badge +4

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:

{
  "api_version": "1.0",
  "event": {
    "app_id": "xxxxxx",
    "event_timestamp_ms": 1632420930240,
    "id": "xxxxxx",
    "store": "APP_STORE",
    "transferred_from": [
      "xxxxxx"
    ],
    "transferred_to": [
      "ooooooo"
    ],
    "type": "TRANSFER"
  }
}

Thank you very much

icon

Best answer by tina 23 September 2021, 22:51

View original

6 replies

Userlevel 5
Badge +10

Hey @SwipeCoolDance!

Do you foresee that you’ll run into the case where you’ll have an app user ID that has both Production and Sandbox purchases often? I can report this to the team.

Badge +4

Do you foresee that you’ll run into the case where you’ll have an app user ID that has both Production and Sandbox purchases often?

Yes. Having `environment` field would help us a lot.

Thank you very much :relaxed:

Badge +6

This is very important for us as well.. basically our webhook is failing right now because it does not know what environment this webhook call is for! @tina can you give us an idea when this change will be implemented? Right now this is a big issue for us. 

 

Looking forward to your comments.

Badge +5

@tina We also need this feature. What was the resolution on this?

Badge +6

Any news on this @tina ? It has been over a year since this was reported and the environment attribute still does not show on the TRANSFER event. It is still an issue for us. Looking forward to your comments.


Thanks.

Badge

Hi @tina! Are there any updates regarding this topic? We still can’t reliable handle this event without the environment field. Is it in progress, or was this proposal rejected? We’d really appropriate if you could give us some information.

Reply