Skip to main content

Payment Mode Comparison

ModeBest forStrengthsTradeoff
Managed wallet (USDC)operator workflowseasiest repeated paid-call flow, 2% platform feeless explicit than raw x402
Raw x402 (USDC)protocol-level integrationsmaximum control over payment proofs, 2% platform feemore implementation work
SEPA Direct DebitEU buyers needing bank settlementeuro IBAN settlement, no per-transaction Apiosk feemonthly subscription, T+1/T+2 settlement
Free routespublic access or demosno payment flow neededno payment enforcement

Managed wallet

Use when:
  • the operator is working from the dashboard
  • repeated paid calls matter more than protocol-level control
  • you want fast setup with less payment plumbing

Raw x402

Use when:
  • you want direct payer control
  • you need to prove the 402 -> proof -> retry loop explicitly
  • you are integrating outside the managed wallet tooling

SEPA Direct Debit

Use when:
  • the buyer is an EU business that needs euro-denominated bank settlement
  • a recurring B2B payment relationship under an IBAN mandate is preferable to on-chain settlement
  • you prefer a monthly subscription with no per-transaction platform fee
Send X-Payment-Rail: sepa to pin the rail explicitly. Per-call debits are batched in the gateway’s SEPA settlement ledger and reconciled by Mollie on the bank side.

Free routes

Use when:
  • the endpoint is intentionally public
  • you are running a zero-friction demo route
  • payment is not part of that operation

Recommendation

For most operators, start with managed wallet mode (USDC). Use raw x402 when protocol control is the primary need. Use the SEPA rail when the buyer requires euro bank-side settlement.