Security features
URLs
The ETG API requires you to provide the URLs from your server side.
General
The host URL from your account settings.
Card payments
The return path URL form the return_path
field in the Start booking process call (B2B, Affiliate).
This ensures the safety of card data transfer during the booking process:
- You send a booking request to ETG API.
- The ETG API extracts the domain with the HTTPS scheme from the
return_path
field. - The ETG API extracts the host (without the HTTPS scheme).
- The ETG API checks compatibility of the host and domain:
- If they match, the ETG API redirects the user to the provided URL.
- If they don’t match:
- The ETG API marks the booking attempt as failed.
- The ETG API may redirect the user to the ETG site.