What the portal exposes
- SureISP account authentication for each customer
- SureISP wallet balance stored in your own data store
- SureISP order history scoped to the signed-in user
- SureISP-side fulfillment status after supplier handoff
Customers authenticate to your site, spend from your own wallet system, and receive SureISP order records while supplier API calls stay on the server.
The billing and ownership boundary now sits at the SureISP layer.
1. Customer signs up on your SureISP site 2. Customer wallet balance is stored in your own database 3. Customer creates a SureISP order 4. SureISP wallet is charged first 5. Server sends the supplier order using your supplier API key 6. SureISP stores the mapping between local order and supplier order 7. Customer sees only SureISP order data in the portal
Expose your own stable SureISP API and keep the supplier API behind it.