Overview
Yoco uses OAuth 2.0 to provide secure access to merchant resources via our API. This implementation uses the ‘authorization code flow’, which enables applications to access merchant data on behalf of the merchant after obtaining explicit authorisation.
What you can do
- Access merchant resources via the Yoco API
- Integrate Yoco functionality into your application
- Build merchant-authorised integrations
Supported flow
We exclusively support the OAuth 2.0 authorization code flow.
Other OAuth flows (like Client credentials, Implicit flow, or Password grant) are not currently supported.