Nopan · Authentication Profile
Nopan Authentication
Authentication
Nopan uses OAuth2 client_credentials machine-to-machine authentication layered over mutual TLS (mTLS), with every request additionally signed using JWS. The OpenAPI definition documents these in prose (tags and the /auth/token operation) rather than a formal components.securitySchemes block, so this profile is captured from the auth guide and the token operation.
Nopan secures its APIs with oauth2, mutualTLS, http-bearer, and jws-signing across 4 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
PaymentsPayment Service ProviderAccount to AccountWallet PaymentsOpen BankingPSD2FintechEuropeTokenizationRecurring Payments
Methods: oauth2, mutualTLS, http-bearer, jws-signing
Schemes: 4
OAuth flows: clientCredentials
API key in:
Security Schemes
OAuth2ClientCredentials oauth2
MutualTLS mutualTLS
BearerToken http
JWSRequestSigning message-signature