Firewalls and security
Firewall settings
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 numbers
Allow port 443 for API requests
Allow webhook URL ports
You can request a callback URL for webhook registration by excoinz email.
Add an IP access control list
If your game company's server categorizes traffic with an IP Access Control List (ACL) 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
HTTP Protocol
The Excoinz ExPay API must be called over HTTPS.
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.
Last updated