You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,13 +124,13 @@ When executing requests from the POS, it is essential to use the `terminalID` to
124
124
125
125
### Payment Communication flow - protocol-Based Routing and Filtering
126
126
127
-
In addition to the terminalID, payment requests are also routed and filtered based on the protocol specified in the request. The protocol corresponds to the [payment vendor configured](https://docs.fiskaltrust.eu/docs/poscreators/middleware-doc/instore-app/available-settings#payment-settings) on the target device in the InStore App settings.
127
+
In addition to the terminalID, payment requests are also routed and filtered based on the protocol specified in the request. The protocol corresponds to the [payment vendor configured](https://docs.fiskaltrust.eu/docs/poscreators/middleware-doc/instore-app/available-settings#payment-settings)used on the target device in the InStore App settings.
128
128
129
129
**Example:** Using **Viva Wallet SoftPay** maps to the protocol `viva_eft_pos_instore`:
130
130
131
131

132
132
133
-
Review the following **message routing rules**:
133
+
**Message routing rules**:
134
134
135
135
-`protocol == use_auto`: If any payment vendor is configured, the request gets accepted.
136
136
-`protocol == specific protocol` (e.g.,`viva_eft_pos_instore`): The request is only accepted if the payment vendor that supports this protocol is configured (in this example, **Viva Wallet SoftPay**).
0 commit comments