Network Settings
Configure network settings for Tap on Mobile connectivity.
Requirements
Ensure your mobile device has:
- Active internet connection (Wi-Fi or cellular)
- Access to Worldline API endpoints
Firewall Configuration
If operating behind a corporate firewall, ensure the following endpoints are accessible:
| Environment | Endpoint |
|---|---|
| Integration | https://api.terminal.iacc.global.worldline-solutions.com |
| Production | Contact your Partner Manager |
Contact your Worldline Partner Manager for production endpoint details.
Additional services:
Every Tap on Mobile requires also access to Google Services hosts:
Configuration of closed environment installations
Some installations are relying on closed networks (based on private APNs / MDM and own firewall configuration) and require allowance to handle google play services traffic. The following network destinations should be allowlisted to ensure proper operation of Google Play Integrity API and the Google Play Services components it depends on.
These ports are used by Google Play Services to maintain connections with Google's infrastructure. Blocking them may prevent Google Play Services from operating correctly, which can result in Play Integrity API failures (used by the application for attestation checks).
Here is the requested information formatted as a Markdown table:
| FQDN | Ports | Purpose |
|---|---|---|
playintegrity.googleapis.com | TCP/UDP: 443 | Primary Google Play Integrity API endpoint used to request and verify integrity tokens. |
play-fe.googleapis.com | TCP/UDP: 443 | Google Play backend services used by Google Play Services during the integrity token acquisition process. |
play.google.com | TCP/UDP: 443; TCP: 5228–5230 | Access to Google Play services required by Google Play Services. |
android.apis.google.com | TCP/UDP: 443; TCP: 5228–5230 | Android platform services endpoint used by Google Play Services. |
mtalk.google.com | TCP/UDP: 443; TCP: 5228–5230 | Google Play Services communication endpoint used for persistent connections and service synchronization. |
*.googleapis.com | TCP/UDP: 443; TCP: 5228–5230 | Various Google APIs used internally by Play Services. Google does not guarantee that all requests will use a single hostname. |
*.googleusercontent.com | TCP/UDP: 443; TCP: 5228–5230 | Google-hosted content and service responses required by Play Services. |
*.gstatic.com | TCP/UDP: 443; TCP: 5228–5230 | Static resources used by Google Play Services. |