This is where the user will grant your application access to their Openpay account. They will be asked to create an account if they haven't already done so.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://app.openpay.dk/oauth/authorize?response_type=code&client_id=YOUR_APPLICATION_ID&redirect_uri=https://your-app.com/redirect&scope=offline_access'