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:
- Via email
- 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,
}
}