대중교통용 Google 월렛을 사용하도록 설정하려면 쉼표를 사용한 스프레드시트를
구분된 값 (CSV)을 사용합니다. 이 스프레드시트에서는
Google에서 제대로 처리할 수 있도록 특정 방식으로 형식을 지정해야 합니다. 스프레드시트의 열은 다음과 같이 순서대로 표시되어야 합니다.
Operator,Location name/details,Full display name for Google Wallet,Language,Place ID,Stop / Route ID
TfL,TfL_Abbey Road,Abbey Road Tram Station,EN,ChIJFapKOPSn2EcRHP3RbxxWlTI,123456789
이 값은 9F4E 태그의 데이터로 채워야 합니다.
사람이 읽을 수 있는 값으로 입력하는 것이 좋습니다. 어떤 값을 사용하든 위치를 고유하게 식별해야 합니다. 이 값에는 역, 정류장, 경로의 ID가 포함될 수 있습니다.
이 값에는 PTO 약어(3자 이상)가 접두사로 붙고 그 뒤에 밑줄이 붙어야 합니다(예: TfL_).
TfL_Abbey Road
표시되는 이름 전체
Google 월렛에 표시되는 값입니다. GTFS 피드의 값과 일치해야 합니다. 고정 터미널의 경우 값은 정류장 이름이고, 이동 터미널의 경우 경로 이름입니다.
Abbey Road Tram Station
언어
전체 표시 이름의 언어입니다. 여러 언어의 여러 줄을 채우고 각 줄에 해당하는 고유한 9F4E 위치 이름 조회 값을 지정합니다. 언어 코드는 ISO 639-1의 두 글자 코드와 일치해야 합니다.
EN
장소 ID
Google 지도에 표시된 위치의 장소 ID입니다. 이
<ph type="x-smartling-placeholder"></ph>
지도 장소 ID 찾기를 사용하여 이 값을 가져옵니다. 이 값은 고정 터미널에만 필요합니다.
ChIJFapKOPSn2EcRHP3RbxxWlTI
정거장 ID/경로 ID
표시된 정류장/역 또는 경로의 GTFS ID입니다. 기차역이나 버스 정류장과 같은 고정 터미널의 경우 stop_id를 사용합니다. 트램 및 버스와 같은 이동형 터미널의 경우 route_id만 사용하세요.
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eTo enable Google Wallet for Transit, you must submit a CSV spreadsheet containing station and stop names formatted according to specific guidelines.\u003c/p\u003e\n"],["\u003cp\u003eThe spreadsheet must include columns for Operator name, 9F4E Location name and details, Full display name for Google Wallet, Language, Place ID, and Stop ID/Route ID, each with specific data requirements and limitations.\u003c/p\u003e\n"],["\u003cp\u003eThe provided spreadsheet data is used by Google Wallet to display the correct location names for transit stations and stops, ensuring a user-friendly experience.\u003c/p\u003e\n"],["\u003cp\u003eA downloadable CSV template and a detailed example are available to help you correctly format your spreadsheet for submission.\u003c/p\u003e\n"],["\u003cp\u003eSubmit the completed spreadsheet through the Google Wallet - Open Loop Transit form linked on the page to proceed with enabling Google Wallet for your transit system.\u003c/p\u003e\n"]]],["To enable Google Wallet for Transit, submit a CSV spreadsheet containing station and stop information. The spreadsheet must include columns in this order: Operator name, 9F4E Location name/details, Full display name, Language, Place ID, and Stop/Route ID. The \"9F4E Location name\" must be unique, ASCII-encoded, and prefixed with the PTO acronym (e.g. TfL_). The \"Full display name\" shows in Google Wallet. Submit the completed spreadsheet via the provided Google Wallet form.\n"],null,["# Station and stop names\n\nPart of the process to enable Google Wallet for Transit is to submit a spreadsheet of comma\nseparated values (CSV) that supplies station and stop names for your feed. This spreadsheet must\nbe formatted in a particular way to ensure that we can process it correctly. The columns in your\nspreadsheet must appear as follows, in order:\n\n- [Operator name](#operator-name)\n- [9F4E Location name and details](#location-name)\n- [Full display name for Google Wallet app](#full-name)\n- [Language](#lang)\n- [Place ID](#Place-ID)\n- [Stop ID / Route ID](#Stop-Route-ID)\n\nGoogle Wallet uses the information in the spreadsheet you submit to us to display the\ncorrect long-form name for your stations and stops. Each value is described in further detail\non this page, along with [an example](#example).\n\nOnce you've filled out the spreadsheet,\nsubmit it by clicking the button to the Google Wallet - Open Loop Transit form.\n\n[Google Wallet - Open Loop Transit form](https://support.google.com/pay/merchants/contact/open_loop_transit_onboarding)\n\nExample\n-------\n\nThe following is an example row of a spreadsheet that's been completed correctly:\n\n| Operator | Location name/details | Full display name for Google Wallet | Language | Place ID | Stop / Route ID |\n|----------|-----------------------|-------------------------------------|----------|-----------------------------|-----------------|\n| TfL | TfL_Abbey Road | Abbey Road Tram Station | EN | ChIJFapKOPSn2EcRHP3RbxxWlTI | 123456789 |\n\nThe following is an example of the corresponding CSV: \n\n```\nOperator,Location name/details,Full display name for Google Wallet,Language,Place ID,Stop / Route ID\nTfL,TfL_Abbey Road,Abbey Road Tram Station,EN,ChIJFapKOPSn2EcRHP3RbxxWlTI,123456789\n```\n\nYou can also download a blank template .csv file that has the columns in the correct order:\n[Download CSV template for Station and stop Names](/static/wallet/tickets/open-loop/downloads/station-and-stop-names-template.csv)\n\nSpreadsheet columns\n-------------------\n\n### Operator name\n\nThis is the name of the transit agency operating this station or route. \n\n```\nTfL\n```\n\n### 9F4E Location name and details\n\nThis value must be populated with data from the [9F4E tag](/wallet/tickets/open-loop/intro-enhanced-functionality#merchant-name).\nIt's a good idea to enter this as a human-readable value. Whatever value you use, it must\nuniquely identify a location. The value can include IDs for stations, stops, and routes.\nThe value should be prefixed by the PTO acronym (at least three characters), followed by an underscore such as `TfL_`.\n| **Note:** Please use ASCII encoding and the Latin alphabet with no special characters.\n| This field is limited to 32 characters. It doesn't support UTF-8, Big5, or Cyrillic and\ncan't contain other non-English characters such as ü, ß, or é. \n\n```\nTfL_Abbey Road\n```\n\n### Full display name\n\nThis is the value that Google Wallet displays. It has to match the value from your GTFS\nfeed. For fixed terminals, the value is the stop name, and for mobile terminals it's the route\nname.\n\n\n| **Note:** Unlike the location name from the 9F4E tag, this field does support Cyrillic\nor other language/region specific special characters. \n\n```\nAbbey Road Tram Station\n```\n\n### Language\n\nThis is the language of the full display name. Populate several lines for different languages,\neach with a corresponding and unique 9F4E location name lookup value. The language code must correspond to a\ntwo-letter code from [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes).\n\n\n```\nEN\n```\n\n### Place ID\n\nThis is the Place ID of the indicated location in Google Maps. You can use the\n[Maps Place ID Finder](/maps/documentation/javascript/examples/places-placeid-finder) to get this value. This value is required for fixed terminals only. \n\n```\nChIJFapKOPSn2EcRHP3RbxxWlTI\n```\n\n### Stop ID/Route ID\n\nThis is the GTFS ID of the indicated stop/station or route. For fixed terminals such as\ntrain stations or bus stops, use `stop_id`. For mobile terminals such as on trams and buses,\nuse `route_id` only. \n\n```\n123456789\n```"]]