Hi,
Based on this documentation https://dev.epicgames.com/docs/web-api-ref/ecom-web-apis#direct-entitlement-enumeration, We will have grantedDate attribute for each entitlement on the response.
If i want to know the purchase date, can i use that attribute? Also, if user already had a consumable item, then repurchase the item again, will the grantedDate change to the latest transaction?
Thank you
Hey there Damar,
I am currently looking into this for you and hope to have some answers for you soon!
Cheers!
Hi KoalityControl
Thanks for the help,
Another questions : Is there any API that we can use to list the user’s transactions in a specific title/game?
Thanks.
Hey there, I do have an answer for your initial question here for you!
Each consumable purchase would come with its own unique entitlement and they do not overwrite each other, so if you had one for 100 in-game currency and they bought it twice, each would show their own purchase individually on our end.
Hey there, we do not have an API exactly like that, however with query parameters you can obtain this type of information as needed, which is located in the documentation you initially linked in your first post uner the entitlementName query
Hi,
Really appreciate for the answer of my question.
Just want to make it clear. So :
- grantedDate is equal to purchaseDate
- the entitlement enumeration api will return all of the user’s entitlement, we need to filter it by namespace.
Am i right?
Thank you
Hi Koa,
Well noted,
Again, really appreciate for the help.
For now, the case was solved.
Thank you
1 Like
Hi Koa,
Forgot to ask this,
If i want to simulate the purchase in the epic store and check my entitlements,
Is there any docs that i can follow, or link to epic store sandbox that i can use?
Thank you