Products
MaxaFiCashaFiCredaFiVendaFiTaxaFiFiskl AIStrataFi
Platform
Card processingInstant paymentsTap to pay and SDKPoint of saleResidual engineRisk, KYC and AMLLedger and wallet
Solutions
ISOs and agentsSoftware vendorsOEMs and devicesBanks and networksMerchantsAdvisory firms
Company
AboutLeadershipCareersNewsroomDevelopersPartner programTrust and securityContact
Get started
Apply as a merchantApply as a partnerBizBoxMerchant sign-inSales rep sign-inConsumer sign-inMaxaFi platformAll entry points
DDevice-native financial infrastructure

Every business runs on the same ten systems. We are nine of them.

Point of sale, card processing, instant payments, inventory, CRM, invoicing, sales tax, lending, vendor payments and the books, on one platform and one ledger. Sold direct, or under your brand by your channel.

In production today, not a roadmap
7
Platform products
60+
Platform functions
140+
API endpoints
170+
Currencies routed
70+
User permission levels
Product suite

The -Fi ecosystem

Seven products that share one codebase, one schema and one ledger. A merchant can take one of them or all of them, and the parts know about each other.

MX

MaxaFi Merchant and ISO operations

The core platform: the full merchant lifecycle from application through underwriting, boarding, monitoring and the residual that pays the channel every month.

Merchant onboardingResiduals and commissionsReal-time underwritingAML, OFAC and KYCTransaction and riskCRM and pipeline
Learn more →
CA

CashaFi Consumer payments

Acceptance and the consumer side of it: self-checkout, tap-to-pay on the device, cash-back rewards and a multi-asset wallet.

Self-checkoutTap-to-payCash-back rewardsMulti-asset wallet
Learn more →
CR

CredaFi Embedded credit and lending

Credit built into the platform rather than referred out of it, decisioned against cash flow the ledger can already see.

AI credit decisioningMulti-rail lendingIdentity-linked creditConsumer financial goals
Learn more →
VE

VendaFi Vendor and supplier

The other side of the merchant ledger: vendor enrolment, catalogues, purchase orders, virtual cards and revolving merchant credit lines.

Four-step enrolmentVirtual card issuanceCatalogue and POsMerchant credit lines
Learn more →
TX

TaxaFi Tax digitisation

Sales tax computed at the right rate for the right jurisdiction, accrued as it is collected, then filed and remitted on the merchant calendar.

Real-time settlementMunicipal rate incentivesReturn derivationCompliance automation
Learn more →
FK

Fiskl AI Autonomous accounting

Award-winning AI accounting held under exclusive US rights. The books post from the work itself rather than from a bank feed a month later.

98% AI reconciliation170+ currenciesIFRS and GAAPAI advisor in 90+ languages
Learn more →
ST

StrataFi Economic architecture engine

A consequence-aware modelling engine for trusts and estates counsel, CPAs and family offices. Separate product, same platform underneath.

Asset characterisationOwnership topologyConsequence modellingForm 706 generation
Learn more →
Core platform

Beyond SoftPOS

Dapit, a play on "tap it", turns any connected device into a secure multi-asset financial endpoint. Where SoftPOS made a phone accept a card, we make the device part of the financial system: routing, ledger, identity and settlement included.

✓Tap-to-phone acceptance in a trusted execution environment
✓Agnostic routing across card networks, FedNow and SEPA Instant
✓Embedded wallet infrastructure for fiat and digital assets
✓A unified internal ledger with real-time reconciliation
✓Identity and fraud screening in about ten seconds
✓Multi-currency routing with no processor lock-in
DDevelopers

Six calls to run a transaction.

Nineteen SDK calls in total, of which six initialise and run a payment. Four documented API surfaces: instant payments, card payments, merchant and tax. Android, Windows and Linux, with React, Flutter, Xamarin, Unity and Android Studio supported. PCI MPoC and CPoC certified, EMV L2 and L3, no key injection required.

// Take a payment. Six calls, this is the middle one.
const res = await fetch("https://api.dapit.com/v1/payments", {
  method:  "POST",
  headers: {
    "X-Api-Key":         key,
    "X-Idempotency-Key": crypto.randomUUID(),
    "Content-Type":     "application/json"
  },
  body: JSON.stringify({
    amount:    4250,          // minor units
    currency:  "USD",
    capture:   true,
    reference: "job-10482"
  })
});

const { success, payment, meta } = await res.json();
// meta.request_id is what support will ask you for

Tell us what you are building.

Whether you carry a merchant book, ship devices, write vertical software or run a network, the conversation starts the same way.