Talk to us
Request the MSA, DPA, and sub-processor list, or ask a security question. Request access
SplitGoGo is a ledger and settlement engine. It holds the minimum data needed to track shared spending, and it is built so that a single database leak is not enough to impersonate a partner or read another tenant’s data.
Every partner is a separate tenant. Every record belongs to exactly one
tenant, and queries are automatically scoped to the calling tenant. A request
can never read or write another tenant’s data; an attempt to reach a record
outside your tenant returns 404, so the existence of other tenants’ data is
never revealed. Uniqueness (for example your own user identifiers) is scoped per
tenant, not shared across the platform.
Authorization: Bearer spk_<env>_<secret> and are bound
to one tenant and environment (test or live).transactions:write) so you can grant least
privilege. Authentication details are covered in the developer documentation
once you have access.The ledger is append-only. Transactions are immutable once recorded; a change is a new correcting transaction that supersedes the original, and the original is retained. Tenant-mutating actions are written to an audit log. The full history is preserved, and balances can always be recomputed from the record.
Outbound webhooks are signed with HMAC-SHA256. Each delivery includes a signature and a timestamp; verify both and reject deliveries older than five minutes to prevent replay. Webhook verification is documented in the developer documentation once you have access.
Talk to us
Request the MSA, DPA, and sub-processor list, or ask a security question. Request access