facebook twitter hatena line email

Php/アプリストア連携/返金API/GooglePlayStore

提供: 初心者エンジニアの簡易メモ
2025年6月4日 (水) 15:26時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==GooglePlayAPIのvoided-purchasesを使用== https://developers.google.com/android-publisher/voided-purchases?hl=ja https://developers.google.com/android-publisher/api-...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

GooglePlayAPIのvoided-purchasesを使用

https://developers.google.com/android-publisher/voided-purchases?hl=ja

https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.voidedpurchases/list?hl=ja


正常レスポンス

{
  "voidedPurchases": [
    {
      "kind": "androidpublisher#voidedPurchase",
      "purchaseToken": "abcdef123456",
      "orderId": "GPA.1234-5678-9012-34567",
      "voidedTimeMillis": "1610000000000",
      "voidedSource": 1,
      "voidedReason": 2
    }
  ],
  "tokenPagination": {
    "nextPageToken": "next_page_token_123"
  }
}