Google Pay API는 앱 내에서 빠르고 간편한 결제를 지원하므로 전 세계 Google 계정에 저장된 수억 장의 카드에 간편하게 액세스할 수 있습니다.
작동 방식
사용자가 Google Pay 결제 버튼을 탭하면 Google 계정에 저장된 결제 수단과 배송지 주소와 같은 선택사항 필드가 표시되는 결제 명세서를 볼 수 있습니다. 사용자는 결제 수단을 빠르게 선택하거나 배송지 주소(선택사항)를 추가하거나 새 정보를 추가할 수 있습니다.
결제 과정은 다음과 같습니다.
사용자가 Google Pay 결제 버튼을 클릭하면 지원되는 결제 수단 목록이 포함된 결제 명세서가 표시됩니다.
사용자가 결제 수단을 선택하면 Google Pay에서 해당 메서드의 결제 토큰을 앱에 안전하게 반환합니다.
앱에서 구매에 대한 세부정보와 함께 결제 토큰을 백엔드에 제출합니다.
결제를 실행하기 위해 백엔드는 구매를 처리하고 결제 토큰을 결제 서비스 제공업체에 보냅니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-10-16(UTC)"],[[["The Google Pay API allows for quick and easy checkout within your Android app, providing access to millions of cards saved to Google Accounts globally."],["The Google Pay payment flow involves the user selecting a payment method, your app receiving a payment token, and your backend processing the purchase with the payment provider."],["To get started, review the Google Pay API terms, find your payment processor in the supported list, follow the brand guidelines, and complete the Android integration using the provided resources or libraries for Flutter and React Native."],["Before launching, ensure your integration is production-ready by reviewing the checklist and requesting production access through the Google Pay & Wallet Console."]]],[]]