Skip to content

FAQ

Short answers for evaluators comparing Autlantic Billing to card processors (Stripe and similar).

Why Autlantic instead of Stripe?

Autlantic BillingTypical card billing
AssetUSDC on BaseFiat cards / ACH
SettlementStraight to your EVM walletProcessor balance → payout schedule
CustodyAutlantic does not hold member revenueProcessor holds funds
MandateWallet allowance / vault approveCard on file
ChargebacksOn-chain finality (no card chargebacks)Disputes / chargebacks
Best forCrypto-native products, global USDCMass-market fiat commerce

Use Autlantic when your members already have wallets (or you want them to) and you want programmable USDC renewals with settlement straight to your wallet.

Do funds touch Autlantic?

No. Settlement is to your payoutAddressEvm. Autlantic runs checkout, invoices, webhooks, and renewals. Member USDC moves wallet → your wallet on Base. Autlantic does not custody member subscription revenue. Relayers may sponsor gas and submit transactions; they do not hold member revenue. See the product Non-custodial overview.

Test vs Live?

Same product surface, different keys and chain:

  • Test (abk_test_…) → Base Sepolia, portal Test mode
  • Live (abk_live_…) → Base mainnet, portal Live mode

Webhook secrets are per mode. Do not mix a Live key with a Test webhook secret.

Do I need the Node SDK?

No. Any stack can call the Hosted HTTP API. Use:

How do renewals work?

After activation, the mandate lets scheduled vault charges settle USDC from the customer wallet to your payout wallet. Autlantic’s billing worker submits those charges on schedule. Failures set invoice.failureCode, retry per Retries, and may move the subscription to past_due. You get invoice.payment_failed webhooks to message the member.

What about taxes, multi-currency, and disputes?

Not in scope for Autlantic Billing today. You own tax/VAT presentation and any off-platform accounting. There are no card chargebacks; treat on-chain settlement as final once confirmed.

Where do I start?

  1. 15-minute integration
  2. Local webhooks
  3. Debugging when something fails

Portal: portal.autlantic.com · npm: @autlantic/payments-recurring

Autlantic Payments SDK