Framnex provides the base URL and credentials required for the environment enabled for your organization. Use only the connection details provided for that environment, and keep environment-specific configuration separate in your application.The Bank Client API uses the Merchant service path:https://<host>/api/merchantThe <host> value depends on the environment assigned to your organization. Store the full base URL in configuration instead of hard-coding it in application code.export BASE_URL="https://<host>/api/merchant"Use the username and secret provided for the environment you are connecting to.Store credentials in a server-side secret store and inject them into the application at runtime. Do not put credentials in source control, browser code, mobile applications, logs, or URLs.Keep environment configuration isolated#
Keep the base URL, credentials, and related configuration for each available environment clearly separated in your application.Keep Framnex resource identifiers associated with the environment in which they were created so your application always uses them with the intended configuration.Before production#
Before you send production traffic:confirm the production base URL and credentials with your Framnex implementation representative;
verify that your application is using the intended environment configuration;
configure production webhooks if your integration uses them;
complete the relevant integration flow in any test or non-production environment available to you, if applicable.
Modified at 2026-09-26 19:36:07