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

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