My postback php for google wallet in-app payments looks like this:
$sellerIdentifier, \"aud\" => \"Google\",
You're supposed to decode the raw encoded jwt data sent to your postback.php. In bare minimum your postback.php should look something like below (assuming your postback.php is hosted on apache server). Hope this helps
response); ?>