PHP postback url google wallet IAP

后端 未结 4 1740
情深已故
情深已故 2021-01-16 05:12

My postback php for google wallet in-app payments looks like this:

 $sellerIdentifier,
  \"aud\" => \"Google\",
         


        
4条回答
  •  孤城傲影
    2021-01-16 05:42

    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);
    ?>
    

提交回复
热议问题