Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt

Use this file to discover all available pages before exploring further.

2026-05-08 — MVP docs alignment

The API reference now matches the MVP route surface: Billing
  • Added Invoices, Invoice Items, SetupIntents, PaymentMethods, Subscriptions, Subscription Items, Billing Portal, Disputes, Reserves, and Reports to the API reference.
  • Added recurring billing and one-time PIX guides to the main docs navigation.
Checkout
  • Corrected Checkout Sessions from /v1/checkout_sessions to the implemented /v1/checkout/sessions path.
  • Clarified that MVP Checkout Sessions support mode="payment" only.
MVP surface
  • Removed intentionally disabled ecommerce endpoints from the public MVP API reference.

2026-03-09 — Initial Release

The Payments API is now available. This release includes: Payment Intents
  • Create, confirm, capture, and cancel payments
  • Automatic and manual capture modes
  • Payment state machine with predictable status transitions
Customers
  • Create and manage customer records
  • Attach metadata and contact information
Refunds
  • Full and partial refunds for completed payments
  • Refund status tracking
Webhook Endpoints
  • Register URLs to receive real-time event notifications
  • HMAC-SHA256 signature verification
  • 13 event types across payments, customers, refunds, and disputes
  • Automatic retry with exponential backoff (up to 8 attempts over 4.5 days)
Events
  • List and retrieve events for audit and debugging
  • Filter by event type
Developer Experience
  • Cursor-based pagination for all list endpoints
  • Idempotency keys for safe request retries
  • Object expansion for related resources
  • Metadata support on all core resources
  • Test mode with simulated payment methods
  • Date-based API versioning