Developer Docs
CMSCash Management API
Cash collection flow
Cash taken at a counter becomes a credit on the right account in two calls; the third is for your finance team at the end of a period.
Sample reference
The order of calls is how the integration works. Exact paths and fields are confirmed with your sandbox credentials.
- 01POST
Register collection
/v1/cms/collectionsWhen cash is taken at the counter, record it against the loan or customer account.
- 02GET
Collection status
/v1/cms/collections/{collectionId}Check whether it has moved from RECEIVED to CREDITED.
- 03GET
Reconciliation report
/v1/cms/reconciliationAt the end of a period, pull every collection and match it against your ledger.
