Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <code>{ "success": true,
  2. "uses": 3,
  3. "purchase": {
  4. "id": "OmyG5dPleDsByKGHsneuDQ==",
  5. "product_name": "licenses demo product",
  6. "created_at": "2014-04-05T00:21:56Z",
  7. "full_name": "Maxwell Elliott",
  8. "variants": "",
  9. "refunded": false, # purchase was refunded, non-subscription product only
  10. "chargebacked": false, # purchase was refunded, non-subscription product only
  11. "subscription_cancelled_at": null, # subscription was cancelled, subscription product only
  12. "subscription_failed_at": null, # we were unable to charge the subscriber's card
  13. "custom_fields": [],
  14. "email": "maxwell@gumroad.com" }
  15. }</code>
  16.  
  17. //taken from https://help.gumroad.com/11165-Digging-Deeper/license-keys#verifying-a-license-key-in-your-application
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement