From c563a83e11c43af740c9b4c01dd30354d5eeaff7 Mon Sep 17 00:00:00 2001 From: MollieGoncalo <111963113+MollieGoncalo@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:06:17 +0100 Subject: [PATCH] Update oauth2 authorize endpoint to my.mollie --- source/reference/oauth2/authorize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/oauth2/authorize.rst b/source/reference/oauth2/authorize.rst index 1965ecfb9..98cc4d16d 100644 --- a/source/reference/oauth2/authorize.rst +++ b/source/reference/oauth2/authorize.rst @@ -4,7 +4,7 @@ Authorize .. endpoint:: :method: GET - :url: https://www.mollie.com/oauth2/authorize + :url: https://my.mollie.com/oauth2/authorize .. note:: You should construct the Authorize URL from the endpoint above with the parameters below. Then, you should redirect the resource owner to the Authorize endpoint.