QfmqPMYB'; waitfor delay '0:0:15' -- |
cc.purchase.appleExecutes an In-app purchase from the Apple App Store. AuthenticationThis method requires authentication with write permission. Notice: This method requires an HTTP POST request. Argumentsapi_key (apple-key) (Required) Your API key. See here for more details.
receipt (Required) The base64 encoded receipt from the purchase.
Example Response<pro_until>2012-05-21 18:12:31</pro_until> Error Codes10: Receipt is empty The passed receipt is empty.
11: Receipt is invalid The receipt is invalid for this purchase.
98: Login failed / Invalid auth token The auth token passed were invalid or expired.
99: Insufficient permissions The authenticated method call did not have the required permissions.
100: Invalid API Key The API key passed was not valid / not an apple-key.
110: Format "xxx" not found The requested response format was not found.
120: Method "xxx" not found The requested method was not found.
130: HTTPS required The API Key passed requires HTTPS.
|