Added
-
New settlement status
AWAITING_PAYIN_RECONCILIATION. When you callPUT /v0/settlement-requests/:idwithstatus: REQUEST_COMPLETEDand atransaction_hash, the response may now come back asAWAITING_PAYIN_RECONCILIATIONif the matching inbound PAYIN has not yet been indexed on the pre-funded wallet. Superbank defers the amount check; the request auto-resolves toREQUEST_COMPLETED(orPAYIN_AMOUNT_MISMATCHif the received amount differs) once the PAYIN lands, and a follow-upsettlement_request.updatedwebhook is emitted. Previously, callingREQUEST_COMPLETEDbefore the PAYIN was indexed went straight toREQUEST_COMPLETEDwith the amount never re-checked — late mismatches were silently missed. No action required from integrators: treatAWAITING_PAYIN_RECONCILIATIONas a successful ack and wait for the follow-up event. See Real Time On-Ramping → Step 6. -
Canonical
account.*webhook events.account.created,account.updated, andaccount.deletedare now emitted alongside the existingliquidity_pool.*events with identicaldatapayloads. See the webhook guide for the deprecation plan.
Deprecated
liquidity_pool.*webhook events. Replaced by the canonicalaccount.*events above. During this release both are emitted for every state change so existing handlers keep working without code changes. Theliquidity_pool.*aliases will be removed in the next major release. Subscribe toaccount.*going forward; if you handle both during the window, dedupe ondata.id.
Notes
- No action required if your handler already ignores unknown fields.