Skip to main content

Overview

The EasyOwn Finance API lets you integrate with EasyOwn’s PayGo lending platform. Use it to manage the full customer lifecycle — from registration and approval through monthly payments and device locking — without accessing the EasyOwn admin interface directly.

Base URL

http://134.209.118.139:3002

URL Prefix

All endpoints start with /finance/

Format

All requests and responses are application/json

Auth

JWT — pass token in x-access-token header

Customer lifecycle

Register → Approve → [IMEI Enrolled → LOCKED] → Payments → ENABLED → Paid off
StageDeal statusDescription
RegistrationLOCKEDCustomer and CustomerDeal created
ApprovalAPPROVEDSalesstage set to ENROLLMENT
IMEI enrolledLOCKEDPT Interface registers device; PayGo active
Payment receivedENABLEDDevice unlocked until next payment date
RepossessedREPOSSESSEDContract terminated; device locked permanently

Rate limiting

There are no hard rate limits on the API, but please avoid hammering collection endpoints — generateCollectionCalls in particular does a full portfolio scan.