Configure Trusted IPs for Wallet If your organization has firewall restrictions or requires IP whitelisting for security purposes, you need to authorize specific Wallet IP addresses to enable proper communication between your systems and the platform.When do you need to whitelist IPs?You need to whitelist Wallet IPs if your system needs it in the cases described below:Receiving webhooks from Captain Wallet (card events, user actions)Captain Wallet needs to query your APIs (user data, loyalty points, etc.)Captain Wallet needs to connect to your SFTP server to deposit/retrieve filesYour organization has firewall rules restricting incoming connectionsProduction IPs to whitelistPublic Gateways (Webhooks and API calls)Whitelist this IP range for all outgoing traffic from Captain Wallet:1.179.121.0/24 172.246.241.0/24 ❗️ Important This is a /24 range (255 IP addresses). This covers Captain Wallet's infrastructure for webhooks and API calls. Why a /24 range?Ensures full coverage of Captain Wallet's dedicated infrastructureProvides redundancy and high availabilityAll IPs belong to Brevo and are fully controlledSFTP Server IPsIf you need to connect to Captain Wallet's SFTP, the recommended approach is to whitelist the domain name instead of IPs:sftp.captainwallet.comIf your firewall requires specific IPs:5.196.223.43 37.59.218.213 💡 Good to know These IPs can change. Using the domain name is more reliable. Qualification/Testing Environment (QLF)Public Gateways172.246.65.0/24Legacy IPs (being discontinued)The following IPs will be discontinued soon:147.135.218.43 212.47.254.235 163.172.149.90 141.94.164.100How to verify IPs are working?For webhooksConfigure a test webhook endpoint.Trigger a test event.Check your server logs to confirm the request comes from the whitelisted IP range.For API callsMonitor your API logs after integration.Verify incoming requests originate from 1.179.121.0/24 or 172.246.241.0/24.For SFTPTest connection using provided credentials.Verify file upload/download works correctly.Check connection logs for IP addresses.