소개
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google 표준 결제는 결제 서비스를 제공하는 회사가 Google 생태계에서 서비스를 사용할 수 있도록 일련의 API를 제공합니다.
통합마다 자체 API와 고객 플로우가 있지만 전체 프로세스는 표준입니다. 다음은 프로세스의 개요입니다
- 결제 통합업체가 결제 사양 (API)을 구현합니다.
- Google은 샌드박스 환경에서 API별 테스트 체크리스트를 실행하여 통합을 검토합니다. Google의 샌드박스 환경에서는 실제 자금이 이전되지 않습니다.
- 통합자는 Google에서 제공하는 허용 목록에 있는 계정을 사용하여 API별 프로덕션 테스트 체크리스트를 실행합니다. 그런 다음 Google은 통합업체와 Google 간의 결제 정보를 확인합니다.
- Google은 다양한 기기 및 연결 유형에서 통합을 테스트하여 의견을 수집합니다. 그러면 Google에서 통합이 UX, 오류 처리, 지연 시간에 대한 필수 표준을 충족하는지 인증합니다.
- Google은 1%, 5%, 20%, 그리고 최종적으로 100%의 단계별로 통합을 시작합니다.
시작하기
1. 관련 흐름을 숙지합니다.
고객 중 한 명이 귀사의 서비스를 선택하면 특정한 흐름을 거치게 됩니다. 개념 탭에서 통합에 적용되는 흐름을 숙지합니다. 이 과정에서 서버가 Google과 어떻게 상호작용하는지 살펴보세요.
2. 통합 지점 식별
API를 구현하려면 서버, Android 앱 또는 웹 프런트엔드를 수정해야 할 수 있습니다 . 서버가 Google과 상호 작용하는 방식을 설명하는 개념 아래의 정보를 읽습니다. Payment Integrator API를 적용하기 위해 사용할 서버를 결정합니다.
서버가 통신 프로토콜 세부정보에 나열된 통신 요구사항을 지원하고, PGP 키가 PGP 암호화에 나열된 권장사항을 지원하는지 확인합니다.
3. 모든 Payment Integrator API 구현
사용 사례를 사용 설정하는 데 필요한 Google Standard Payment API를 구현합니다. 도움이 필요하면 가이드를 참고하세요.
결국 Google 서버에서 API에 액세스할 수 있어야 합니다. 또한 Google API 호출을 지원하는 클라이언트를 구현했는지 확인하세요.
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)"],[],["Payment integrators must implement Google Standard Payment APIs. Google then reviews the integration in a sandbox environment using a testing checklist. Production testing follows with allowlisted accounts, and Google verifies payments. Google tests across devices and certifies UX, error handling, and latency. Launch occurs in phases (1%, 5%, 20%, 100%). Integrators must also familiarize themselves with customer flows, identify integration points, and ensure server compatibility and PGP encryption. All necessary APIs need implementation, accessible by Google's servers, with supporting client implementations.\n"]]