Use this endpoint to fetch Agreements specific to your institution and Jiko.
Jiko Customer API (Version: fd60d28d)
Welcome to the Jiko Customer API Reference! Jiko enables you to integrate money storage and movement, backed by the safety and security of US Treasury Bills. Use the Customer API if you are a Jiko customer integrating Jiko directly into your internal systems.
For questions regarding authorization for the Customer API, please visit our OAuth guide
Request
This endpoint allows you to upload a document associated with a specific document ID. This is useful for providing supporting documents for verification purposes.
The request requires the document_id in the path and the document content in the request body. You also need to specify the Content-Type (image/png, application/pdf, image/jpeg), Content-Length, and Content-Disposition in the headers.
- Production serverhttps://api.business.jiko.io/api/v2/documents/{document_id}/
- Sandbox serverhttps://customer-api.sandbox-api.jikoservices.com/api/v2/documents/{document_id}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.business.jiko.io/api/v2/documents/{document_id}/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'content-disposition: string' \
-H 'content-length: 52428799' \
-H 'content-type: string'{ "id": "string", "type": "ID_FRONT", "status": "PENDING_UPLOAD", "exception_reason": "string", "name": "string" }
Use these endpoints to view Transactions of funds moving in and out of Jiko Pockets, specifically the bank account component (cash deposits and withdrawals). For viewing information regarding the brokerage account component (buying and selling of T-bills), use Trades.
Use these endpoints to view Counterparties. Counterparties represent external accounts when moving funds in or out of a Jiko Account. Jiko will only transfer funds between accounts where the Counterparty has status: “VERIFIED”, meaning ownership of the account has been confirmed.