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 retrieves a list of all available account statements (e.g., BANK, BROKERAGE) and tax documents (1099-INT, 1099-B).
Returns a paginated StatementListResponse. The list can be filtered by account, statement type, and date key (e.g., "2023" or "2023-01").
Customers can expect monthly statements to be available by the 15th of every month.
- Production serverhttps://api.business.jiko.io/api/v1/statements/
- Sandbox serverhttps://customer-api.sandbox-api.jikoservices.com/api/v1/statements/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.business.jiko.io/api/v1/statements/?type%5B%5D=1099B&limit=30&order=desc&account%5B%5D=497f6eca-6276-4993-bfeb-53cbbbba6f08&key=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Successful Response
{ "prev_page": "string", "next_page": "string", "items": [ { … } ], "object_type": "CursorList" }
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.