Accept any Visa or Mastercard worldwide. 3-D Secure 2 enforced by default for fraud protection.
Payment Methods
One unified API surface across every rail — cards, wallets, banks, crypto, and native AEVION transfers. Toggle availability per method to control the checkout experience.
Premium card acceptance with chargeback dispute handling baked into the rail.
Tokenized one-tap checkout on Safari/iOS. Biometric confirmation reduces fraud rate ~70%.
Tokenized checkout across Chrome/Android. Auto-fills shipping & contact data when granted.
Local KZT wallet with QR-code checkout. Largest Kazakh fintech footprint — required for KZ residency.
Pull payments directly from EU bank accounts. Best for recurring billing with low fees.
US automated clearing house transfers. Suitable for B2B invoices over $1k.
Same-day SWIFT wires for high-value invoices. Manually reconciled with reference codes.
Instant Lightning Network settlement. Auto-converts to fiat or AEC at quote time.
Settle in USDC across Ethereum, Base, or Solana. Treasury can hold as USD-pegged reserve.
Native AEVION credit settlement — zero fees, instant clearing across the trust graph. Auto-splits royalties.
Bank-to-bank inside the AEVION network. Includes royalty auto-split via the Bank module.
One call, every method
POST /payments/v1/checkout
{
"amount": 9900,
"currency": "USD",
"settlement": "aevion-bank",
"methods": ["visa-mc", "apple-pay", "aec-credit"],
"metadata": { "order_id": "ORD-1042" }
}The rail handles method-specific quirks, 3-D Secure, tokenization, and routing internally. You get one webhook event regardless of which method the payer chose.