Google 월렛 Android SDK를 사용하도록 Android 앱 승인
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google Wallet API는 통합 결제를 더 쉽게 할 수 있도록 Android SDK를 제공합니다.
네이티브 코드로 Android 앱에서 직접 Google 월렛 기능을 사용하세요.
Google 월렛 Android SDK를 사용하려면 앱의 패키지 이름을 제공해야 합니다.
Android 앱 및 앱 서명 인증서의 SHA-1 지문입니다. 이러한 사용자 인증 정보는
앱의 게시 액세스를 승인하고 요청을 인증하는 데 사용됩니다.
Google Wallet API로 전송됩니다.
1. 서명 인증서의 SHA-1 디지털 지문을 가져옵니다.
서명 인증서의 SHA-1 디지털 지문을 가져오려면
다음 중 하나를 사용하여 이를 가져오는 방법에 관한 Google Play 서비스 문서를 참고하세요.
서명 인증서의 SHA-1 지문은 다음과 유사합니다.
DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09
2. Google 월렛 콘솔에서 앱 승인
SHA-1 디지털 지문을 확보했으면 다음을 수행하여 Android 기기를 승인합니다.
앱에 연결할 수 있습니다.
- Google Pay 및 월렛 콘솔을 엽니다.
- 왼쪽 탐색 메뉴에서 'Google Wallet API'를 클릭합니다. Google 월렛 콘솔을 엽니다.
- '추가 기능' 버튼 탭
- '앱 권한'에서 상자에서 '+ 앱 추가'를 클릭하고 버튼을 클릭합니다.
- 앱의 패키지 이름과 SHA-1 디지털 지문을 입력합니다.
- '애플리케이션 추가'를 클릭합니다.
패키지 이름과 앱이 '앱 권한'에 표시되는 경우 앱이 승인되었다는 의미입니다.
Google Wallet Android SDK를 사용하여 Google Wallet API에 요청을 전송합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-29(UTC)
[null,null,["최종 업데이트: 2025-08-29(UTC)"],[[["\u003cp\u003eThe Google Wallet API offers an Android SDK for native app integration of Google Wallet features.\u003c/p\u003e\n"],["\u003cp\u003eYou need your app's package name and SHA-1 fingerprint for authorization and authentication.\u003c/p\u003e\n"],["\u003cp\u003eAuthorize your app in the Google Wallet console by providing your app's package name and SHA-1 fingerprint.\u003c/p\u003e\n"]]],["The Google Wallet Android SDK requires app authorization using the app's package name and SHA-1 fingerprint. Retrieve the fingerprint via `keytool` or Gradle. Then, in the Google Pay & Wallet console, navigate to the 'Google Wallet API' section, and under 'App Permissions,' add your app details, including the package name and the obtained SHA-1 fingerprint. This process authorizes the app to use the Google Wallet API.\n"],null,["# Authorizing your Android app for the Google Wallet Android SDK\n\nThe Google Wallet API provides an Android SDK to make it easier for you to integrate\nGoogle Wallet capabilities directly in your Android apps with native code.\n\nTo use the Google Wallet Android SDK, you must provide the package name of your\nAndroid app, and the SHA-1 fingerprint of your app signing certificate. These credentials\nare used to authorize publishing access for your app, and authenticate requests\nsent by your app to the Google Wallet API.\n\n1. Get the SHA-1 fingerprint of your signing certificate\n--------------------------------------------------------\n\nTo get the SHA-1 fingerprint of your signing certificate, follow the directions in the\nGoogle Play services documentation for retrieving it using either of the following:\n\n- [keytool](/android/guides/client-auth#using_keytool_on_the_certificate)\n- [Gradle](/android/guides/client-auth#using_gradles_signing_report)\n\nThe SHA-1 fingerprint of your signing certificate looks similar to this: \n\n DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09\n\n2. Authorize your app in the Google Wallet console\n--------------------------------------------------\n\nOnce you have your SHA-1 fingerprint, do the following to authorize your Android\napp in the Google Wallet console.\n\n1. Go to the [Google Pay \\& Wallet console](https://pay.google.com/business/console/).\n2. In the left nav, click 'Google Wallet API' to open the Google Wallet console.\n3. Click the 'Additional features' tab.\n4. In the 'App Permissions' box, click the '+ Add an app' button.\n5. Enter the package name of your app and your SHA-1 fingerprint.\n6. Click 'Add application'.\n\nIf your package name and app appear in the 'App Permissions' box, your app is authorized\nto send requests to the Google Wallet API using the Google Wallet Android SDK."]]