사용자가 패스를 사용하거나 액세스할 때 선택적으로 추가 보안을 요구할 수 있습니다. 자세한 내용은 화면 잠금으로 보호를 참조하세요.
NFC 탭
사용자는 NFC 탭을 사용하여 간편하게 카드를 사용할 수 있습니다. 스마트 탭에 대해 자세히 알아보고 스마트 탭에 가입하세요.
바코드 스캔
바코드를 부착하여 고객이 패스를 스캔할 수 있도록 도와주세요.
정적 바코드
object.barcode를 설정하여 정적 바코드를 표시할 수 있습니다.
API는 다양한 바코드 유형을 제공합니다. 자세한 내용은 Barcode 유형을 참고하세요.
바코드 회전
보안을 강화하기 위해 object.rotatingBarcode를 설정하여 회전하는 바코드를 표시할 수 있습니다. 회전 바코드는 일반 바코드와 비슷해 보이지만 주기적으로(일반적으로 1분마다) 변경되며 터미널/리더는 최신 바코드만 허용하도록 프로그래밍됩니다. 이렇게 하면 바코드 스크린샷 촬영, 특히 티켓 도용이나 미승인 티켓 재판매와 관련된 위험을 줄일 수 있습니다. 자세한 내용은 RotatingBarcode 유형을 참고하세요.
보안 애니메이션
스크린샷 악용을 방지하는 또 다른 방법은 패스에 관한 사람의 인증을 지원하는 바코드 보안 애니메이션을 표시하는 것입니다.
보안 애니메이션의 물리적인 모습은 패스 바코드 주위에 빛나는 윤곽선입니다. 이 빛나는 애니메이션은 기기가 움직이는 경우에만 트리거되므로 기기를 기울여 패스의 유효성을 테스트할 수 있습니다. 반면 기기를 계속 들고 있으면 다채로운 보안 애니메이션만 연속으로 애니메이션 처리됩니다.
[[["이해하기 쉬움","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-22(UTC)"],[[["Passes can be redeemed by customers using either NFC tap or barcode scan."],["Rotating barcodes and security animations enhance security by mitigating risks like ticket theft and unauthorized resale."],["Passes can be further protected by requiring a screen lock for access, using the `class.viewUnlockRequirement` setting."],["Developers can find detailed information about various features and settings through the provided links to the Google Pay API documentation."],["Smart Tap enables seamless redemption and merchants can sign up for it through the provided support link."]]],["Passes can be redeemed via NFC tap or barcode scan. Barcodes can be static or rotating for enhanced security, changing periodically to prevent unauthorized use. Another security measure, the security animation, displays a shimmering outline around the barcode that triggers upon device motion. Additional security can be set via screen lock to control access to the pass. To set the barcode, use object.barcode or object.rotatingBarcode and for security animation use class.viewUnlockRequirement.\n"]]