Skip to main content

Documentation Index

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

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

Track what’s new in the Flouci Payment API. Entries are listed in reverse-chronological order.
May 2026
Released May 28, 2026

Settlement status on Verify and History responses

Every transaction returned by the Verify Payment, POS Get Transaction Status, and Transaction History endpoints now carries a settlement_status field describing where the funds sit between the moment of payment and the moment they reach your bank account.The field is one of five values:
  • PROCESSING — succeeded card payment inside the T+1 settlement window
  • AVAILABLE — eligible for inclusion in the next payout
  • IN_PAYOUT — committed to a payout request, wire not yet sent
  • PAID — wired to your bank account (terminal state)
  • NOT_APPLICABLE — outside the settlement lifecycle (failed, refunded, pending, etc.)
See the full reference in Settlement Status.
This change is additive and backward compatible — existing status and payment_status fields are unchanged. Clients that ignore settlement_status see no behavior change.

New Transaction History endpoint

The Transaction History endpoint is now documented with full query-parameter, response, and filtering reference for both branches:
  • type=online — card, wallet, and mobile-switch payments
  • type=pos — POS terminal transactions
Filters: date range, payment status (operation_status), app_token (online only), and terminal_id (POS only).