Scheduled release
Each merchant settles on its own schedule — same day through seven days, or a custom arrangement. A scheduled pass releases what has come due.
Between a captured payment and money a merchant can use, there is a lifecycle: a schedule, possible holds, a reserve, adjustments, and a posting that has to balance. BINK makes each of those a state you can name and audit.
Set per merchant, with a custom arrangement available where the standard schedules do not fit.
The route most settlements take. Four more states sit off this path, and the table below is the whole machine — including which of them can come back.
A settlement is always in exactly one of these. The moves between them are a table in code, checked on every transition — which is what stops a settled record from quietly returning to pending. Filled markers are the ordinary path.
Settlement here is scheduled, not instant. BINK publishes no settlement speed figure and makes no claim about rail-level timing.
A settlement lifecycle is only useful to an integrator if it is closed — if there are no states outside the list and no transitions outside the table.
Move a merchant from the default two-day schedule to same or next day without changing anything about how their payments are taken.
Pause a settlement for compliance or review with the reason attached, and release it back to pending when the question is answered.
Keep a configurable portion back for a defined period, released automatically once the hold has elapsed.
Where the settlement currency differs from the transaction currency, the conversion resolves through the FX engine inside the same flow.
The parts a finance team asks about first: when money is released, what can stop it, what is retained, and whether the record can be trusted afterwards.
Each merchant settles on its own schedule — same day through seven days, or a custom arrangement. A scheduled pass releases what has come due.
A settlement can be held for compliance, for fraud review, or by hand. The reason is part of the record, not a note in a ticket.
A configurable portion can be retained and released automatically once its hold period has elapsed, without anyone remembering to do it.
Refunds, chargebacks and manual corrections attach to the settlement they belong to, so a net figure can always be explained.
Every state change appends a hash-chained event. The chain can be verified, and a verification reports the exact point where it breaks.
Debits and credits are asserted equal, per currency, before a posting is committed — inside a single serializable transaction.
Settlement is the middle of a longer story: something routed the payment here, and something checks the books afterwards.
One state per settlement, one record per change, and a chain you can verify from end to end.