Banyan Systems · Authentication Profile

Banyan Systems Authentication

Authentication

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

CompanyReceipt DataTransaction EnrichmentItem-Level DataCard-Linked OffersFintechPaymentsData CollaborationWebhooks
Methods: oauth2 Schemes: 1 OAuth flows: clientCredentials API key in:

Security Schemes

OAuth2ClientCredentials oauth2

Source

Authentication Profile

banyan-systems-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developers.banyan.com/docs/banyan-authentication
docs: https://developers.banyan.com/docs/banyan-authentication
well_known: https://api.banyan.com/.well-known/oauth-authorization-server
summary:
  types:
  - oauth2
  oauth2_flows:
  - clientCredentials
  api_key_in: []
  token_type: bearer
  token_ttl_seconds: 3600
schemes:
- name: OAuth2ClientCredentials
  type: oauth2
  flow: clientCredentials
  token_url: https://api.banyan.com/oauth/token
  issuer: https://api.banyan.com
  token_endpoint_auth_methods_supported:
  - client_secret_basic
  - client_secret_post
  credentials: Client ID and Client Secret issued by a Banyan representative during onboarding
  request:
    content_type: application/x-www-form-urlencoded
    parameters:
    - client_id
    - client_secret
    grant_type: client_credentials
  usage_header: 'Authorization: Bearer {access_token}'
  token_expiry: Tokens expire after 60 minutes; an expired token returns HTTP 401, re-call /oauth/token for a fresh one
  sources:
  - https://developers.banyan.com/reference/oauth-token