Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DESCRIPTION.md #95

Merged
merged 1 commit into from
Mar 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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