API Reference
/- Get Funding Instructions
List Pocket Portals
Create Pocket Portal
List Customer Portals
Update Pocket Portal
Get Funding Instructions
Security
CodeBearer(Required scopes: pockets.readcustomer.read)
- Production serverhttps://api.business.jiko.io/api/v2/pockets/{pocket_id}/portals/{portal_id}/funding-instructions/
- Sandbox serverhttps://customer-api.sandbox-api.jikoservices.com/api/v2/pockets/{pocket_id}/portals/{portal_id}/funding-instructions/
curl -i -X GET \
'https://api.business.jiko.io/api/v2/pockets/{pocket_id}/portals/{portal_id}/funding-instructions/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "items": [ { … } ] }