Payabli · Authentication Profile

Payabli Authentication

Authentication

Payabli secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyPaymentsEmbedded PaymentsFintechPayment ProcessingPayments APIPayoutsBillingACHCardsTokenizationWebhooks
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

BearerAuth http
scheme: bearer
APIKeyAuth apiKey
· in: header (requestToken)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/payabli-api-reference-openapi.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  description: OAuth2 Bearer access token from the client-credentials flow. See [OAuth authentication](/developers/oauth-authentication).
  sources:
  - openapi/payabli-api-reference-openapi.json
- name: APIKeyAuth
  type: apiKey
  in: header
  parameter: requestToken
  description: Long-lived API token sent in the `requestToken` header. See [API token authentication](/developers/api-tokens).
  sources:
  - openapi/payabli-api-reference-openapi.json