You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Your web or mobile app should redirect users to the following URL:
60
60
61
61
The following parameters should be passed:
62
62
63
-
-`response_code` - bunq supports the authorization code grant, provide `code` as parameter (required)
63
+
-`response_type` - bunq supports the authorization code grant, provide `code` as parameter (required)
64
64
-`client_id` - your Client ID, get it from the bunq app (required)
65
65
-`redirect_uri` - the URL you wish the user to be redirected after the authorization, make sure you register the Redirect URL in the bunq app (required)
66
66
-`state` - a unique string to be passed back upon completion (optional)
@@ -128,6 +128,13 @@ Note: the request only contains URL parameters.
128
128
"error_description": "The authorization code is invalid or expired."
129
129
}
130
130
```
131
+
### Using the Connect button
132
+
133
+
All good? Ready to connect to your bunq users? Refer to our style guide and use the following assets when implementing the **Connect to bunq** button.
0 commit comments