我正在尝试使用谷歌钱包 API 创建订阅,并且在结帐流程中,用户在确认订单之前会看到以下内容。
http://postimg.org/image/ulkxquundp/
到目前为止,一切都很好。
但是,当我在收款人的沙箱中查看订阅时,它们的价值始终为 0.00 美元,尽管之前报告为 2.00 英镑 (GBP)。
订单之一的 JWT 对象粘贴在下方。我有点不知道下一步该做什么。
{
"aud": "Google",
"iss": 6316919635690407920,
"request": {
"initialPayment": {
"paymentType": "prorated",
"price": "2.00",
"currencyCode": "GBP"
},
"recurrence": {
"price": "2.00",
"frequency": "monthly",
"currencyCode": "GBP",
"startTime": 1386899035
},
"sellerData": "{\"order_id\":\"6\"}",
"name": "Name",
"description": "Description"
},
"exp": 1384310635,
"iat": 1384307035,
"typ": "google/payments/inapp/subscription/v1"
}