払い戻しのフロー
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
概要
払い戻しフローは、資金予約フローまたは送金フローで資金が回収された後に、ユーザーに払い戻しを行う場合に使用します。決済インテグレータは、払い戻しを開始するために使用される asynchronousRefund
メソッドを実装します。払い戻しの最終結果は、refundResultNotification
の呼び出しにより Google に返されます。
払い戻しは、元の回収金額以下の金額になります。一部払い戻しを複数サポートする必要があります。

カード発行会社の参照番号
通常、ARN(カード発行会社の参照番号)は、払い戻しが開始されてから数日間は決済インテグレータに認識されません。値を確認したら、決済インテグレータは、Google がホストする setAcquirerReferenceNumberForRefundNotification
を呼び出して、ARN を Google に提供する必要があります。ARN をこのトランザクションに関連付けることで、Google はこのトランザクションに関連する異議申し立てや不正行為に対応できます。
この ARN はキャプチャを表す ARN とは別のものであり、異なります。払い戻しが複数ある場合は、それぞれに固有の ARN が適用されます。
後続のオペレーション
カード会社に払い戻しが行われた後に、払い戻しが失敗することがあります。たとえば、入金前にお客様のアカウントが閉鎖された場合に発生します。この場合、払い戻しが取り消され、払い戻しが reverseRefundNotification
を通じて Google に返金されます。
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 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"]],["最終更新日 2025-07-25 UTC。"],[],["The refund process involves the Payment Integrator initiating a refund using the `asynchronousRefund` method. Google is notified of the refund's outcome via `refundResultNotification`. Refunds can be partial or full, and multiple partial refunds are supported. The Payment Integrator must provide the Acquirer Reference Number (ARN) to Google using `setAcquirerReferenceNumberForRefundNotification` once it is available. In case of failure, funds can be returned to Google using `reverseRefundNotification`. Each refund has a unique ARN.\n"]]