카드 인증 절차
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
개요
카드 인증 흐름은 사용자 카드의 세부정보를 확인하는 데 사용됩니다.
이 작업은 verifyCardWithMinimumReservation
메서드를 통해 실행합니다. 이 메서드가 동기식으로 SUCCESS
를 반환하면 사용자의 카드 세부정보가 확인되었음을 의미합니다.
이후 Google은 verifyCardWithMinimumReservation
메서드 중에 예약한 금액을 사용자에게 반환하기 위해 asynchronousCancelFundsReservation
메서드를 호출합니다.

All rights reserved. 자바는 Oracle 및/또는 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"]]