Authentication
Choose how your integration authenticates to the Payabli API
Applies to:Developers
Payabli supports two ways to authenticate API requests. Both authenticate the same endpoints, so choose based on how you want to manage credentials. For new integrations, Payabli recommends OAuth2 Bearer tokens. The requestToken API token remains fully supported, and existing integrations don’t need to migrate.
- API token — sent in the
requestTokenheader. See API token authentication for the header, how to create tokens, and the token types. - OAuth2 Bearer token — obtained through the client-credentials flow. See OAuth authentication for the flow, and Manage API credentials for provisioning the client ID and secret.