Romit · Authentication Profile

Romit Authentication

Authentication

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

CompanyPaymentsFintechDigital WalletPayment GatewayMerchant ServicesChargebacksFraud PreventionInvoicingSubscriptions
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

oauth2 oauth2
· flows: authorizationCode, clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/romit-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.romit.io/v1/oauth
    tokenUrl: https://api.romit.io/v1/oauth/token
    scopes: 15
  - flow: clientCredentials
    tokenUrl: https://api.romit.io/v1/oauth/token
    scopes: 1
  description: Romit used OAuth2. User-context flows (authorization_code / refresh_token) authorize
    a customer against requested scopes; the client_credentials flow issues an application access
    token. Access tokens are presented as an HTTP Bearer token.
  sources:
  - openapi/romit-openapi.yml