Hey there!
We've started to receive duplicated notifications though we responded with 200 HTTP Status Code.
AFAIK there's no way to uniquely identify notification from its properties. We decided to get a hash of the notification body and use this value as a unique ID.
However, unified_receipt.latest_receipt_info seems to be different. Moreover, seems like this is not a valid base64 value.
Could you please help with the issue?
Post
Replies
Boosts
Views
Activity
Hey there!
I'm working on a client-side lib for processing Server Notifications V2. I used documentation as a single point of truth for data models, types and naming. But seems like the documentation is not up to date with real requests.
I'm getting responseBodyV2DecodedPayload with version field instead of notificationVersion as documented here.
It's not so critical for version, but it can potentially lead to some unexpected behavior during payments processing (in case there is more incorrect info in docs).
Am I missing something? Could you please update the doc and check other pages to be up to date?
Thanks!