Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Unity Asset Store API Documentation

Discussion in 'Documentation' started by kevin_unity139, Apr 23, 2019.

  1. kevin_unity139

    kevin_unity139

    Joined:
    Apr 23, 2019
    Posts:
    1
    Are there any API docs for unity asset store to capture a users payment.

    I.e. I need to capture a users username and email after purchasing my asset on the unity asset store

    Any API's to allow this?

    Thanks,
    Kevin
     
  2. infinitypbr

    infinitypbr

    Joined:
    Nov 28, 2012
    Posts:
    3,149
    Would this help? https://github.com/LostPolygon/Unity-Publisher-API-PHP
     
  3. Lurking-Ninja

    Lurking-Ninja

    Joined:
    Jan 20, 2015
    Posts:
    9,712
    Hope not.


    You can check user's invoice number when they contact you.
     
  4. jo-unity

    jo-unity

    Unity Technologies

    Joined:
    Mar 27, 2019
    Posts:
    33
    Hi Kevin,

    Thanks for your question! We don't have any official API documentation around the Unity Asset Store. As @Lurking-Ninja says you can check a user's invoice number if they contact you to verify purchase.
     
  5. Hasdrubal90

    Hasdrubal90

    Joined:
    Feb 3, 2020
    Posts:
    1
    Such official documentation would be well used and appreciated for sure. Reading through PHP code and extracting what the underlying backend definitions must be is a task no developer gets up for in the morning.