Skip to main content

Clean and initialize sandbox with default values

POST 

/v1/sandbox/initialize

This operation will initialize Sandbox with a standard collection of customers and accounts. All Sandbox data will be reset. This also includes customers and accounts created manually using the other Mock Data APIs. It will create a starting point for working with the Sandbox as follows

  • Private customers with 2 accounts and a card account
    • Private Customer 1 SSN: 13039319955
    • Private Customer 2 SSN: 12085592767
  • Corporate customer with 2 accounts
    • Corporate Customer 1 SSN: 18129215603
    • Corporate Customer 2 SSN: 20079518612

These customers can then be accessed using GET /v1/sandbox/customers to perform further operations on their agreements. This can be used instead of or in combination with the other mock data operations that create or update individual resources. Once the initialized the Sandbox resources are operated on using the full set of Berlin Group API implementations.

Request

Responses

Sandbox Mock Data created