Method: purchases.subscriptions.refund
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ユーザーの定期購入の払い戻しを行いますが、定期購入は有効期限が切れるまで有効であり、定期購入は継続されます。
HTTP リクエスト
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:refund
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
このサブスクリプションを購入したアプリのパッケージ名(例: 「com.some.thing」)。
|
subscriptionId |
string
「購入された定期購入の ID(例:monthly001)。
|
token |
string
定期購入の購入時にユーザーのデバイスに提供されたトークン。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-22 UTC。"],[[["Refunds a user's subscription purchase, keeping the subscription active until its expiration and allowing it to continue recurring."],["The request is made using a `POST` request to a specific URL with path parameters for package name, subscription ID, and purchase token."],["An empty request body is required, and a successful response will also be empty."],["`https://www.googleapis.com/auth/androidpublisher` OAuth scope is necessary for authorization."]]],[]]