iOS In App Purchase - Reading Receipt Data

If I use the following

346311-screenshot-2021-08-15-001811.png

and successfully get Receipt Data, according to Apple (Apple Developer Documentation) I should get an encoded Receipt with plenty of data on that purchase. This should include the following items that are currently important:

346312-screenshot-2021-08-15-002159.png

My question is, what is the shortest distance between UE4 as-is and being able to read this date data?

From what I can tell there aren’t any tools within UE4 that handle this specifically. From what I understand, this is first decoding the receipt data and then managing the json that you would hypothetically have.