Access to Sandbox
Learn how to access our Open Banking Sandbox
To register on Open Banking Sandbox, please use https://api.newdaycards.com/sandbox/open-banking/v3.1/register
To make use of the Sandbox data, we have setup two test accounts that cover all possible Sandbox requests, Odin and Thor.
Odin
User Credentials | Description | Required | Value |
---|---|---|---|
Username | The username of the Mock User. The username needs to be provided as part of the user authentication process. | Mandatory | odin |
One Time Passcode | The one time passcode for the Mock User. The one time passcode is a 6 number code that is sent to the selected device during the user authentication process. Regardless of the device that the code has requested to be sent to it will not be delivered to this device in the sandbox environment. | Mandatory | 000000 |
Verification Code | The verification code of the Mock User. The verification code is 6 number code provided on the second step of the user authentication process. | Mandatory | 123456 |
Account Id | The account Id is used as part of the request to New Day's APIs. It's provided as part of the request url to retrieve user resources related to an account Id. | Optional | 904000 |
Statement Ids | The statement Id is used as part of the request to New Day's APIs. Its provided as part of the request url to retrieve user statement resources. | Optional | 8sfhke-sifhkeug-00001 8sfhke-sifhkeug-00002 8sfhke-sifhkeug-00003 8sfhke-sifhkeug-00004 8sfhke-sifhkeug-00005 8sfhke-sifhkeug-00006 8sfhke-sifhkeug-00007 8sfhke-sifhkeug-00008 8sfhke-sifhkeug-00009 |
Expiry date | The expiry date is used as part of the request to NewDay's payment initiation API. It needs to be a date in the future in the format of MM/YY. | Mandatory | MM/YY format |
CVV | The CVV is used as part of the request to NewDay's payment initiation API. It needs to be in the interval between 3 to 4 numerical characters. | Mandatory | 3-4 numerical characters |
Thor
User Credentials | Description | Required | Value |
---|---|---|---|
Username | The username of the Mock User. The username needs to be provided as part of the user authentication process. | Mandatory | thor |
One Time Passcode | The one time passcode for the Mock User. The one time passcode is a 6 number code that is sent to the selected device during the user authentication process. Regardless of the device that the code has requested to be sent to it will not be delivered to this device in the sandbox environment. | Mandatory | 000000 |
Verification Code | The verification code of the Mock User. The verification code is 6 number code provided on the second step of the user authentication process. | Mandatory | 123456 |
Account Id | The account Id is used as part of the request to New Day's APIs. It's provided as part of the request url to retrieve user resources related to an account Id. | Optional | 904100 |
Statement Ids | The statement Id is used as part of the request to New Day's APIs. Its provided as part of the request url to retrieve user statement resources. | Optional | 904100-20170801 |
Expiry date | The expiry date is used as part of the request to NewDay's payment initiation API. It needs to be a date in the future in the format of MM/YY. | Mandatory | MM/YY format |
CVV | The CVV is used as part of the request to NewDay's payment initiation API. It needs to be in the interval between 3 to 4 numerical characters. | Mandatory | 3-4 numerical characters |
Our live APIs follow the same URL schemes as specified on this developer portal, but with the '/sandbox' path element removed.
For example:
Sandbox: https://api.newdaycards.com/sandbox/open-banking/v3.1/register
Production: https://api.newdaycards.com/open-banking/v3.1/register
Was this page helpful?