Zepto · Authentication Profile

Zepto Payments Authentication

Authentication

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

PaymentsAustraliaReal-Time PaymentsAccount-to-AccountNew Payments PlatformPayToPayIDDirect EntryOpen BankingMoney Movement
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

bearerAuth http
scheme: bearer
bearerAuth oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-24'
method: searched
docs: https://docs.zeptopayments.com/docs/oauth-grant-flow
source: openapi/zepto-payments-clients.yml, openapi/zepto-payments-investigations.yml, openapi/zepto-payments-merchant-reports.yml,
  openapi/zepto-payments-notifications.yml, openapi/zepto-payments-pay-to.yml, openapi/zepto-payments-validate-cop.yml,
  openapi/zepto-payments-zepto.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  sources:
  - openapi/zepto-payments-clients.yml
  - openapi/zepto-payments-investigations.yml
  - openapi/zepto-payments-merchant-reports.yml
  - openapi/zepto-payments-notifications.yml
  - openapi/zepto-payments-pay-to.yml
  - openapi/zepto-payments-validate-cop.yml
- name: bearerAuth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: /oauth/authorize
    tokenUrl: /oauth/token
    scopes: 9
  sources:
  - openapi/zepto-payments-zepto.yml