Introduction to Sandbox
Updated August 3, 2021
Sandbox
The Akoya sandbox allows you to make real calls to Akoya Token and Data Access endpoints.
Every Data Access API request requires an id_token
. To test in sandbox, you must log in as a user to a data provider and complete the consent flow process to retrieve an id_token
. Akoya has provided a mock data provider for your testing use.
Mikomo Bank
Mikomo Bank, the Akoya mock data provider, is the only provider available in sandbox. Mikomo includes a test library with representative samples from various data providers. Please refer to the table below to find the users that represent your testing needs.
We recommend using Postman for testing. For help installing and using Postman in sandbox, see the following:
Sandbox requires the following parameters:
Parameter | Value |
---|---|
connector note: the connector parameter is the same as the providerId | mikomo |
idp_url | sandbox-idp.ddp.akoya.com |
access_url | sandbox-access.ddp.akoya.com |
permission_url | sandbox-permission.api.ddp.akoya.com |
providerId | mikomo |
Validation and integration testing
For validation and integration testing, please use results from mikomo_7
Data reference
Provider/Users | How to use | Products |
---|---|---|
mikomo_7 | for validation & integration testing | all account categories/data elements |
mikomo 501-703 | test errors responses | see error table |
Mikomo Bank mikomo_1, mikomo_2, mikomo_3, mikomo_5, mikomo_6 | sample data | Investment products |
Sample data
Representative test users are created with live data and collected through the Data Access Network. However, this sample data does not include all possible responses.
Notice!
A more comprehensive catalog of test users is available through the Data Recipient Hub.
Comprehensive test user mikomo_7
The mikomo_7 user includes all account categories and every data element available through the Data Access Network.
user | account category - account type | transaction entity: account number |
---|---|---|
mikomo_7 | depositAccount - "CHECKING" loanAccount - "COMMERCIALLOAN" locAccount - "CREDITCARD" investmentAccount - "401(k) PLAN" insuranceAccount - "J" | depositTransaction:1602364511 loanTransaction: 1316072226 locTransaction: 1417522980 investmentTransaction: 1222577818 insuranceTransaction: 1254778531 |
Error testing
To test specific error types, please use the following Mikomo users:
user | error type | message |
---|---|---|
mikomo_501 | 501 | Subsystem unavailable |
mikomo_601 | 601 | Customer not found |
mikomo_602 | 602 | Customer not authorized |
mikomo_701 | 701 | Account not found |
mikomo_702 | 702 | Invalid start or end date |
mikomo_703 | 703 | Invalid date range |
Updated 2 months ago