Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lexym authored Jun 23, 2020
1 parent d852ccf commit 2217d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ With bunq, you can request payments from anyone - you just need to know their IB
### `Card`
Just as cards belong to a bunq user, so is `Card` directly linked to `User`. Money needs to run into and out of monetary accounts so every card a bunq user possesses needs to be linked to one. There is no limit for how many cards can take money from a monetary account but a card can only have one primary monetary account. If the primary monetary account lacks sufficient funds, bunq checks the secondary monetary account. Else, the transaction fails.

Together with their PINs, cards ensure the 2-factor authentication of the user when the user makes a card payment. Such payments end up as `Payment`s and so will be returned when listing the payments of the user (`GET `/user/{userID}/monetary-account/{monetary-accountID}/payment``). If you want to list card transactions, you need to address `MasterCardAction` via `GET
Together with their PINs, cards ensure the 2-factor authentication of the user when the user makes a card payment. Such payments end up as `Payment`s and so will be returned when listing the payments of the user (`GET /user/{userID}/monetary-account/{monetary-accountID}/payment`). If you want to list card transactions, you need to address `MasterCardAction` via `GET
/user/{userID}/monetary-account/{monetary-accountID}/mastercard-action`.

There are 2 kinds of cards bunq users can order:
Expand Down

0 comments on commit 2217d38

Please sign in to comment.