Skip to content

Commit

Permalink
Merge pull request #95 from lexym/patch-2
Browse files Browse the repository at this point in the history
Update DESCRIPTION.md
  • Loading branch information
kojoru authored Mar 20, 2019
2 parents 14430dd + 6b0ffd3 commit 34666f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ As a PISP, you are allowed to authenticate in a user’s account with the follow
Once a bunq user has confirmed they want to make a payment via your application, you can initiate the payment confirmation flow.

0. Open a session to the bunq server.
1. Get the id of the account you want to use to receive the money from the bunq users
- `GET monetary-account` -> check the ids of the accounts and save the id of the account you want to transfer customer money to
1. Get the id of the account you want to use to receive the money from the bunq users:
- Call `GET monetary-account`. Check the ids of the accounts and save the id of the account you want to transfer customer money to
2. Send a payment request.
- Call `POST request-inquiry` and pass the following parameters:
1. monetary-accountID
Expand Down

0 comments on commit 34666f4

Please sign in to comment.