Idempotency
External references and event identifiers are controlled so retries do not create duplicate financial postings.
Nexus uses explicit transaction lifecycles, provider adapters, signed server-to-server events and idempotent ledger posting. Partner API access and detailed documentation are shared during approved integrations.
POST /partner/v1/funding-intents
{
"player_ref": "P-829182",
"amount": "100.00",
"currency": "EUR",
"return_url": "https://partner.example/return"
}
// Operator identity is derived from
// authenticated partner credentials.External references and event identifiers are controlled so retries do not create duplicate financial postings.
Provider-specific verification remains inside adapters while normalized events reach the central transaction lifecycle.
New providers and connected operators should pass simulator and sandbox regression tests before production funds are enabled.
The current platform foundation includes provider registry, payment intents, request/response/webhook logs, reconciliation, settlement controls, VLT cash-in flows and a network-aware crypto provider layer.
Architecture notes, endpoint specifications and sandbox credentials can be provided to approved provider and integration partners.
Request integration access