Skip to content

Commit ea773b0

Browse files
author
Kevin Hellemun
committed
Merge branch 'release/0.7.3'
2 parents 099c9ee + 69e2d0b commit ea773b0

File tree

4 files changed

+1279
-1217
lines changed

4 files changed

+1279
-1217
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [0.7.3](https://github.com/bunq/doc/tree/0.7.3)
4+
5+
[Full Changelog](https://github.com/bunq/doc/compare/0.7.2...0.7.3)
6+
7+
**Implemented enhancements:**
8+
9+
- Improve Sandbox documentation [\#65](https://github.com/bunq/doc/issues/65)
10+
11+
**Closed issues:**
12+
13+
- Mention default pincode for sandbox app [\#58](https://github.com/bunq/doc/issues/58)
14+
15+
**Merged pull requests:**
16+
17+
- Clarify auth steps [\#68](https://github.com/bunq/doc/pull/68) ([avanheuvelen](https://github.com/avanheuvelen))
18+
- Add more details about Sandbox setup \(\#65 \(and \#58\)\) [\#66](https://github.com/bunq/doc/pull/66) ([sandervdo](https://github.com/sandervdo))
19+
20+
## [0.7.2](https://github.com/bunq/doc/tree/0.7.2) (2018-09-01)
21+
[Full Changelog](https://github.com/bunq/doc/compare/0.7.1...0.7.2)
22+
323
## [0.7.1](https://github.com/bunq/doc/tree/0.7.1) (2018-08-31)
424
[Full Changelog](https://github.com/bunq/doc/compare/0.7.0...0.7.1)
525

@@ -194,4 +214,4 @@
194214
## [0.1.0](https://github.com/bunq/doc/tree/0.1.0) (2018-04-16)
195215

196216

197-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
217+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

DESCRIPTION.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Welcome to bunq!
99
- 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.
1010
- 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.
1111
- 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.
1313

1414
## Get Started
1515

@@ -90,7 +90,7 @@ Make a POST call to the following endpoint:
9090

9191
`https://api.oauth.bunq.com/v1/token`
9292

93-
The following parameters should be passed:
93+
The following parameters should be passed as GET variables:
9494

9595
- `grant_type` - the grant type used, `authorization_code` for now (required)
9696
- `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
138138

139139
### What's next?
140140

141+
The `access_token` you've received can be used as a normal API key. Please continue with [Authentication](#authentication).
142+
141143
Visit us on together.bunq.com, share your creations, ask question and build your very own bunq app!
142144

143145
# Authentication
@@ -871,9 +873,11 @@ Installing the bunq Sandbox App APK
871873

872874
Creating an account or logging in
873875

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.
877881

878882
# Quickstart: Opening a Session
879883

0 commit comments

Comments
 (0)