Card spend: authorization, then settlement
A card transaction moves through two phases. First it is authorized, which places a hold on funds, and then it settles, which moves the funds. Both phases behave differently for Rain-Managed and Partner-Managed programs.How a transaction moves from authorization to settlement at Rain.
One ledger, several transaction types
Card spend is one of several transaction types the platform records. Get all transactions returns every type, distinguished by itstype field:
Because every type lands on the same double-entry ledger, a customerβs card
spend and their deposits reconcile against one source. See
Ledgering System for how the ledger is structured.
Track transactions with webhooks
Rain notifies you as a transaction moves through its lifecycle, so you donβt poll. Card spend emitstransaction.* events from request through
completion, and money movement emits transactionTransfer.* events. See
Transaction Webhooks for every event and payload.
Whatβs next
Authorization
How Rain decides a card authorization in each management model.
Settlement
How settled funds move, seven days a week.
How Money Movement Works
Payment routes and quoted transfers, the sources of
transfer transactions.Ledgering System
Accounts, books, and double-entry ledgering at Rain.