ZEROFEE API / 2026-08

Launch one money infrastructure.

A unified API for cards, bank and stablecoins. Sandbox simulates the complete lifecycle and never moves real assets.

POST /v1/payment-intents
Authorization: Bearer $ZERO_FEE_KEY
Idempotency-Key: order_1842

{ "amount": "125.00", "currency": "USD",
  "methods": ["card", "bank", "USDC"],
  "settlement": "merchant_choice" }
API MODULE

Payment Intents

The object unifying amount, customer, payment methods, risk and settlement policy.

POST /v1/payment-intents
amountdecimal string
methodscard | bank | USDC | USDT
settlementfiat | stablecoin | merchant_choice
API MODULE

Checkout & subscriptions

An embeddable component with local pricing, subscriptions, recovery and eligibility-based financing.

<ZeroCheckout />
modepayment | subscription
customer_refyour customer ID
recoverysmart retry policy
API MODULE

Marketplace payouts

Split one transaction across platform, seller and suppliers, with ledger and KYC/KYB per party.

POST /v1/transfers
intent_idsettled intent
splitsrecipient + amount
payout_methodbank | card | stablecoin
API MODULE

Stablecoin settlement

Customers pay on any rail while the business chooses settlement. Quote, conversion, escrow and finality share one ledger.

settlement: merchant_choice
assetsUSDC | USDT | fiat
networkpolicy-selected rail
finalitypending | verified
API MODULE

Webhooks

Signed events include delivery IDs for idempotency and retries.

payment.settled
subscription.renewedcycle paid
payout.completedrecipient funded
dispute.openedcase created
SECURITY

Clear responsibility boundaries.

Encrypted secrets, hashed API keys, server authorization and provider signature verification.

Security and compliance center