Firewalls and security
Last updated
Last updated
A firewall is a security system that prevents external, untrusted networks from accessing your internal network. It can do this by filtering incoming requests from specific ports or IPs, requiring user authentication, proxies, and network address translation (NAT).
Allow port 443 for API requests
Allow webhook URL ports
If your game company's server categorizes traffic with an IP to allow or deny traffic, please allow Excoinz ExPay's IP address.
Allow access to the following IPs and inbound requests will be sent as normal.
13.229.255.195
The Excoinz ExPay API must be called over HTTPS.
is a secured version of HTTP. Because data sent to and from HTTP is unencrypted plaintext, it can leak personal information, so you should use HTTPS, a more secure protocol that protects your customers' payment information and personal data.