Counterparties
Jiko Partner API
Introduction
Accounts
Customers
Transactions
Trades
Statements
Manage Cards
Physical Cards
Virtual Cards
Businesses
Individuals
Events
Health
Sandbox
Security
Subscriptions
Webhooks
Reports
ACH
On-Us Transfers
Portals
Wires
Pockets
Portals V2
Trading Strategies
Transactions V2
Trades V2
Health
Counterparties V2
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.
List all counterparties for a customer. Deprecated: Use List Counterparties instead.
Security
HTTPBearer
- Production serverhttps://your-partner-name.partner-api.jikoservices.com/api/v1/customers/{customer_id}/counterparties/
- Sandbox serverhttps://your-partner-name.sandbox-api.jikoservices.com/api/v1/customers/{customer_id}/counterparties/
curl -i -X GET \
'https://your-partner-name.partner-api.jikoservices.com/api/v1/customers/{customer_id}/counterparties/?cursor=&limit=30' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'x-jiko-idempotency: 497f6eca-6276-4993-bfeb-53cbbbba6f08' \
-H 'x-jiko-signature: string'Response
{ "prev_page": "cj0xJnA9MjAyMi0xMi0yMSsxNyUzQTIyJTNBMDguNjc5MzQ5JTJCMDAlM0EwMA==", "next_page": "cD0yMDIyLTEyLTE5KzE5JTNBNTQlM0EyNy4xODMyNzglMkIwMCUzQTAw", "items": [ { … } ], "object_type": "CursorList" }