使用.net Core验证in_app_purchase付款数据

时间:2020-02-16 12:42:10

标签: c# flutter .net-core google-pay

如何使用.net core验证后端的付款数据,其中已经使用Google Payment的付款功能进行了付款。

我在以下站点上找到了描述:https://developers.google.com/android-publisher/api-ref/purchases/products/get

https://www.googleapis.com/androidpublisher/v3/applications/ packageName /购买/产品/ productId / tokens / < em>令牌

我的问题是什么是令牌: 在给定的站点上有一个描述: 令牌字符串购买inapp产品时提供给用户设备的令牌。购买应用内商品时提供给用户设备的令牌。

但是此请求必须得到授权,我将按照此处描述的步骤操作: https://developers.google.com/android-publisher/authorization 当我在网络浏览器上执行动作https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/androidpublisher&response_type=code&access_type=offline&redirect_uri=...&client_id= ...作为测试时,我被问及访问权限。

但是我将在后端执行此操作!

enter image description here

谢谢

0 个答案:

没有答案