Designer Postback URI

If a designer has set up a payout method, there are two ways in which TGC can notify the designer of a sale:

  1. Via email
  2. Via Postback URI

This is how the TGC uses the Postback URI, and what data is passed along:

If the designer sets a Postback URI, then when their game is sold, TGC will call the URL with using the POST method along with a JSON payload of this information:

{
“item”: {  ITEM_PAYLOAD },
“shipping_address”: {
“city” : Shipping address city,
“state” : Shipping address state,
“country” : Shipping address country,
}
}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us