Implement OAuth 2.0
All services are protected with an industry-standard OAuth 2.0 protocol. Before you can access any account-related services, you need to obtain an access token.
In order to access our production environment, you need to first obtain OAuth 2.0 credentials.
Production Environment Properties
In the case of services regulated by the PSD2 legislation (AISP, PISP, CISP), you also need to have a proper license from the national regulator and a certificate for client authentication for accessing API resources.
OAuth 2.0 Setting | Setting Value |
---|---|
Authorization URL | https://psd2-auth.fidoo.com/powerauth-webflow/oauth/authorize https://psd2-api-fx.fidoo.com/powerauth-webflow/oauth/authorize |
Token URL | https://psd2-auth.fidoo.com/powerauth-webflow/oauth/token https://psd2-api-fx.fidoo.com/powerauth-webflow/oauth/token |
Client ID | Can be obtained during application registration. |
Client Secret | Can be obtained during application registration |
Base API URL | https://psd2-api.fidoo.com/psd2-cobs/ https://psd2-api-fx.fidoo.com/psd2-cobs/ |
OAuth 2.0 Scopes
When asking for an access token, you can use one or more of the following scopes (depending on your PSD2 license coverage):
Scope | Description |
---|---|
aisp | Related to resources for payment account access based on AISP mandate. |
pisp | Related to resources for payment initiation based on PISP mandate. |
Updated 8 months ago