Skip to main content
Once a report is complete, each product is a focused GET on it. All take a Bearer key and return JSON shaped for that one product — call only what you need, billed as one parse regardless of how many you read.
enrich is a transform endpoint (POST /v1/enrich) — send raw transactions, get merchant / MCC / category tags back. connect is the hosted upload flow — see the Connect guide.

Decisions & outcomes (closed-loop feedback)

Tell Swippee what you decided and what actually happened, so the score learns from real lending results:
decisionapproved | review | declined; outcomerepaid | delinquent | defaulted | written_off. GET /v1/decisions?outcome=defaulted lists what you’ve recorded.

Issued statements

GET /v1/statements lists the verifiable statements your organization has issued. Each carries a tamper-evident content_hash (SHA-256 of the canonical statement), a status (issued | revoked), and a verify_url anyone can use to confirm it’s genuine. The single-statement detail and the upload-to-check flow are public at /v1/verify/{token}.