HomeCurrent environment: development
Run All TestsIntegrations SimulationMock Configurations

ambita-eps

Environment URLs & Endpoints

developmentCurrent
TokenOpenAPI

Client Configuration

URL: https://beta-api.ambita.com/eps

Token Configurations

URL: https://beta-api.ambita.com/authentication/v2/token
Method: POST
Body:
client_id: STACC_BETA_TOS_1
client_secret: $secrets.AMBITA_CLIENT_SECRET
grant_type: password
password: $secrets.AMBITA_PASSWORD
username: STACC_BANK

OpenAPI Spec

URL: https://beta-api.ambita.com/eps/v3/api-docs
production
TokenOpenAPI
Has Overrides

Client Configuration

URL: https://api.ambita.com/eps

Token Configurations

URL: https://api.ambita.com/authentication/v2/token
Method: POST
Body:
client_id: TBD
client_secret: $secrets.AMBITA_CLIENT_SECRET
grant_type: password
password: $secrets.AMBITA_PASSWORD
username: TBD

OpenAPI Spec

URL: https://api.ambita.com/eps/v3/api-docs
Base Configuration
{
  "basePath": "https://beta-api.ambita.com",
  "client": {
    "url": "/eps"
  },
  "openApi": {
    "url": "/eps/v3/api-docs"
  },
  "tests": [
    {
      "path": "/v1/settlements?buyerIdentificationNumber=15824598360"
    }
  ],
  "token": {
    "body": {
      "client_id": "STACC_BETA_TOS_1",
      "client_secret": "$secrets.AMBITA_CLIENT_SECRET",
      "grant_type": "password",
      "password": "$secrets.AMBITA_PASSWORD",
      "username": "STACC_BANK"
    },
    "url": "/authentication/v2/token"
  },
  "name": "ambita-eps",
  "org": "stacc",
  "module": "mortgage-no",
  "component": "ambita-eps"
}