XKOVA Docs

Support

Where to take a problem depends on whether you are still building against the sandbox or running in production. Whichever it is, the single most useful thing you can carry into a support conversation is the correlation id from the failing response.

Sandbox and production are different surfaces

Every integrator gets a sandbox alongside production. The sandbox mirrors production behavior with deterministic, programmable scenarios and no real money, which is where most integration questions are answered fastest, by reproducing the behavior yourself. Keep the two clearly separated when you report an issue, because they have different keys, different secrets, and different data.

You are onWhat it is forFirst move
Sandbox Building and testing against deterministic scenarios. No real money. Reproduce the case with a forced scenario, then check this documentation and the FAQ and Troubleshooting.
Production Live value movement and live operations. Capture the correlation id and timestamp, then escalate through your support channel.
Before escalating a sandbox issue, try to reproduce it in the sandbox with a forced scenario. A reproducible case with a correlation id is resolved far faster than a description. See the FAQ and Troubleshooting for the most common failures.

Carry the correlation id

Every error response includes a correlation_id. It ties your request to the platform's own record of what happened. Capture it, along with the timestamp of your request, before you reach out. Those two values are the fastest path to a root cause and should accompany any support request.

  1. Note the code from the response. See Errors and Correlation IDs.
  2. Copy the correlation_id and the request timestamp.
  3. Record whether the call was against sandbox or production.
  4. Check the FAQ and Troubleshooting for a known cause and fix.

The support boundary

For platforms that embed XKOVA, end member support is handled by the institution's own member-support team. XKOVA platform support covers the integration and the platform itself. The exact channels, response commitments, and support tiers that apply to your account are set by your agreement.

Service levels and tiers

Service level commitments, support tiers, data retention windows, and compliance attestations such as SOC 2 are defined by the business agreement and are not specified in this documentation. They are available on request through your account contact.

Related

See FAQ and Troubleshooting for self-service recovery, Errors and Correlation IDs for the response envelope that carries the correlation id, and the Changelog for what changed in the surface you are calling.