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
+9-5
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Welcome to bunq!
9
9
- The bunq API is organised around REST. JSON will be returned in almost all responses from the API, including errors but excluding binary (image) files.
10
10
- All calls made through bunq Doc are executed on a sandbox environment. No real money is used and no transactions to external bank accounts can be done.
11
11
- Please configure your implementation to send its API requests to https://public-api.sandbox.bunq.com/v1/
12
-
- There is an version of the [Android app](https://appstore.bunq.com/api/android/builds/bunq-android-sandbox-master.apk) that connect to the bunq Sandbox environment.
12
+
- There is an version of the [Android app](https://appstore.bunq.com/api/android/builds/bunq-android-sandbox-master.apk) that connects to the bunq Sandbox environment. To create accounts for the Sandbox app, please follow the steps in the [Android Emulator](#android-emulator) section.
13
13
14
14
## Get Started
15
15
@@ -90,7 +90,7 @@ Make a POST call to the following endpoint:
90
90
91
91
`https://api.oauth.bunq.com/v1/token`
92
92
93
-
The following parameters should be passed:
93
+
The following parameters should be passed as GET variables:
94
94
95
95
-`grant_type` - the grant type used, `authorization_code` for now (required)
96
96
-`code` - the authorization code received from bunq (required)
@@ -138,6 +138,8 @@ All good? Ready to connect to your bunq users? Refer to our style guide and use
138
138
139
139
### What's next?
140
140
141
+
The `access_token` you've received can be used as a normal API key. Please continue with [Authentication](#authentication).
142
+
141
143
Visit us on together.bunq.com, share your creations, ask question and build your very own bunq app!
142
144
143
145
# Authentication
@@ -871,9 +873,11 @@ Installing the bunq Sandbox App APK
871
873
872
874
Creating an account or logging in
873
875
874
-
- Follow the steps on the virtual device to create an account or to login.
875
-
876
-
> Tested with Android Studio 2.3 (February 24th, 2017)
876
+
- The first time you open the app you will be asked to verify your phonenumber. Sandbox however does not send actual SMS messages. Enter any valid phonenumber and use the default verification code `123456`. This will work for all numbers.
877
+
- Get [tinker](https://github.com/bunq/) for the language of your choice.
878
+
- Once installed, run `tinker/user-overview`, this will create an account for you when necessary.
879
+
- The output of the command above will show you the login credentials for your sandbox account.
880
+
- It is **not** possible to create accounts using the regular signup in the app, bunq is not reviewing Sandbox applications.
0 commit comments