Two environments, two key prefixes
Sandbox
Keys start with
sk_test_. Free, safe to experiment, routes to
aggregator test banks. Base URL https://api-sandbox.ledgersyncappv2.com/v3.Live
Keys start with
sk_live_. Real banks, real data. Base URL
https://api.ledgersyncappv2.com/v3.End-user tokens
A few flows act on behalf of one specific end-user (for example, submitting an MFA answer mid-connection). Those use a separate, short-lived token you mint with your API key and hand to client-side code, never yoursk_ key itself.
Getting a trace id
Every response includes anX-LS-Trace-Id header. Paste it into any support
request and we can jump straight to your exact call.