Last active
May 25, 2020 09:04
-
-
Save j3k0/7023caae3fdc5f64df810e9e7b9108ce to your computer and use it in GitHub Desktop.
POST /v1/validate Request Body
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "com.example.app", | |
"type": "application", | |
"transaction": { | |
"id": "com.example.app", | |
"type": "ios-appstore", | |
"appStoreReceipt": "MIIabcdefgh...xyz==" | |
}, | |
"additionalData": { | |
"applicationUsername": "james_bond_007" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment