|
protocol |
|
SEC-msg |
|
|
description |
|
|
|
Reflect the Secure messages used between entities and secure-interface. |
|
|
section |
|
requests |
|
The secure requests |
|
|
|
message |
|
sec-authorize |
|
|
|
|
The customer authorizes its request, e.g. with pin or password. |
|
|
|
message |
|
sec-transfer |
|
|
|
|
The customer wants to transfer money, e.g. pay an item |
|
|
|
message |
|
sec-withdraw |
|
|
|
|
The customer want to withdraw money from a checking account. |
|
|
|
message |
|
sec-deposit |
|
|
|
|
The customer want to deposit money to a checking account. |
|
|
|
message |
|
sec-show-balance |
|
|
|
|
The customer request info about the balance on an account. |
|
|
|
message |
|
sec-validate-pin |
|
|
|
|
The customer gave a pin-code to be validated |
|
|
section |
|
responses |
|
The secure responses |
|
|
|
message |
|
sec-auth-valid |
|
|
|
|
The authorization is valid |
|
|
|
message |
|
sec-auth-invalid |
|
|
|
|
The authorization failed |
|
|
|
message |
|
sec-auth-challenge |
|
|
|
|
The authorization is challenged (enter pin) |
|
|
|
message |
|
sec-transferred |
|
|
|
|
The money has been transferred |
|
|
|
message |
|
sec-no-balance |
|
|
|
|
There is not enough balance on the specified account |
|
|
|
message |
|
sec-balance-info |
|
|
|
|
The balance information for a specific account |
|
|
component |
|
Secure-Intf |
|
The interface between the external component and the internal banking network. |