Teya · Authentication Profile

Teya Authentication

Authentication

Teya secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

CompanyPaymentsPayment ProcessingCard AcquiringOnline PaymentsPoint of SaleE-commerceFintechMerchant ServicesEurope
Methods: oauth2 Schemes: 2 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

checkout_oauth_dev oauth2
· flows: authorizationCode, clientCredentials
Teya_Digital_Receipts_Service_oauth_prd oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/teya-online-payments-openapi.yaml, openapi/teya-payments-openapi.yaml, openapi/teya-poslink-openapi.json
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: checkout_oauth_dev
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://id.teya.xyz/oauth/v2/oauth-authorize
    tokenUrl: https://id.teya.xyz/oauth/v2/oauth-token
    scopes: 0
  - flow: clientCredentials
    tokenUrl: https://id.teya.xyz/oauth/v2/oauth-token
    scopes: 0
  sources:
  - openapi/teya-online-payments-openapi.yaml
  - openapi/teya-payments-openapi.yaml
- name: Teya_Digital_Receipts_Service_oauth_prd
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://id.teya.com/oauth/v2/oauth-authorize
    tokenUrl: https://id.teya.com/oauth/v2/oauth-token
    scopes: 0
  sources:
  - openapi/teya-online-payments-openapi.yaml
  - openapi/teya-poslink-openapi.json