We had some issues with the API within the last few hours. These required some configuration changes to the API servers, and should have been sorted out now. Could you try it again and see if it is still a problem for you?
Result for a Sept 2 purchase code: {"verify-purchase":{"item_name":"xxxxx","item_id":"xxxxx","created_at":"Wed Sep 02 10:57:17 +1000 2015","buyer":"xxxxx","licence":"Regular License","supported_until":""}}
Result for a July 11 purchase code: {"verify-purchase":{"item_name":"xxxxx","item_id":"xxxxx","created_at":"Sat Jul 11 23:39:16 +1000 2015","buyer":"xxxxx","licence":"Regular License","supported_until":""}}
Blocked the other info with xxxxx to see clearly the results.
Using v3 doesn’t show the supported_until parameter.
Result for a Sept 2 purchase code: {"verify-purchase":{"item_name":"xxxxx","item_id":"xxxxx","created_at":"Wed Sep 02 10:57:17 +1000 2015","buyer":"xxxxx","licence":"Regular License","supported_until":"Thu Mar 03 01:57:17 +1100 2016"}}
Result for a July 11 purchase code: {"verify-purchase":{"item_name":"xxxxx","item_id":"xxxxx","created_at":"Sat Jul 11 23:39:16 +1000 2015","buyer":"xxxxx","licence":"Regular License","supported_until":"Wed Mar 02 03:00:00 +1100 2016"}}
for pre-Sept 1 sales, the supported_until parameter is now showing Sept 1 + 6 months. Both are now working correctly.
Yeah… that works… But I just wanted to see whether the purchase code is valid or not…
Now it shows my Item Descriptions and other details, Which are same for all purchase code right? Then why that option? I think previously buyer purchase code worked well…
I just process them whenever needed (ie when someone cobtavts me). But if you want all just hit author/sales you get the same data with less requests edit: never mind they’ve removed purchase code from /author/sales boo
You need a personal token for author/sale , just like verify purchase. Don’t need complicated oauth stuff for this. It’s actually easier to code than the old api because you only need 1 variable (token) instead of two (token and username)