カードの確認フロー
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
概要
カード確認フローは、ユーザーのカードの詳細を確認するために使用されます。
そのためには verifyCardWithMinimumReservation
メソッドを使用します。このメソッドが同期的に SUCCESS
を返す場合は、ユーザーのカード情報が確認済みであることを意味します。
その後、verifyCardWithMinimumReservation
メソッドで予約された資金をユーザーに返却するために、Google は asynchronousCancelFundsReservation
メソッドを呼び出します。

All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The card verification process involves using the `verifyCardWithMinimumReservation` method to check a user's card details. A `SUCCESS` response confirms verification. Afterward, Google uses the `asynchronousCancelFundsReservation` method to release any funds temporarily held during the initial verification. This process ensures the card's validity and then promptly reverses the temporary hold on funds.\n"]]