Settlement status on Verify and History responses
Every transaction returned by the Verify Payment, POS Get Transaction Status, and Transaction History endpoints now carries asettlement_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 windowAVAILABLE— eligible for inclusion in the next payoutIN_PAYOUT— committed to a payout request, wire not yet sentPAID— wired to your bank account (terminal state)NOT_APPLICABLE— outside the settlement lifecycle (failed, refunded, pending, etc.)
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 paymentstype=pos— POS terminal transactions
operation_status), app_token (online only), and terminal_id (POS only).