Guides • Build Banking Apps
Register your application using DCR
doc

Register your application using DCR

You can use the /register endpoint to register your application.

On the following pages, you will find a step-by-step guide on how to register your Open Banking application using DCR (Dynamic Client Registration):

  1. Get the JWKs URL.
  2. Get the software statement. The type of software statement depends on the certificate that you register your application with:
    • Open Banking software statement when you register with your Open Banking certificate.
    • Self-signed software statement when you register with your eIDAS certificate.
  3. Get your certificate's distinguished name.
  4. Create a JSON Web Token (JWT).
  5. Check if your JWT is valid.
  6. Submit your application.

On successful completion of these steps, you obtain a Client ID, which is the identifier of the application you just created.

Was this page helpful?