Skip to content

Instantly share code, notes, and snippets.

@alexFaunt
alexFaunt / example-receipt.js
Last active June 17, 2018 11:21
An example of decoded receipt information from Apple
{
/*
The environment this receipt is for - either "Sandbox" or "PROD",
one is abbreviated, the other isnt, one is in caps and one is Sentence case
that is not a mistake, at least, not by me.
*/
"environment": "Sandbox",
/*
The decoded version of the receipt you sent - my advice is to completely ignore this.
/*** PLP ***/
{
"productId": 23573080,
"lineNumber": "BUNDLE_AW15_02S13IBLU_3",
"name": "3 Piece Slim Fit Blue Tipped Suit",
"unitPrice": "155.00",
"assets": [
{
"assetType": "IMAGE_SMALL",
"index": 1,