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

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 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"]]