🆕Doviz POS Integration
Please implement below items in your application.
Last updated
Please implement below items in your application.
Last updated
Add below datas and use them in your Doviz POS(Multi Currency) flow.
isDovizPOS : false: not Doviz Txn, true: Doviz Txn
currenyRate : Exchange Rate for currency. 4 bytes decimal. Ex: 1USD = 34,1234 is written as 341234
currencyCode : Currency Code for Sale (TRY, USD, EUR, RUB, GBP, JPY)
currenyAmount : Integer: Ex: 1.25 TL is written 125
Add DovizPOSAllowed into Allowed Operations as Parameter Action Response Data if Doviz POS(Multi Currency) supported.
Allowed Operations
Allowed Operations will be added with the "AllowedOperations" tag. The allowed transactions will be added as JSON Object, whether the terminal allows payment with QR or not and whether it allows Key In transactions. It will be indicated with “1” if the operation is allowed, “0” if not.
Allowed Operations Bundle Example
currencySymbol can be used to show Doviz Amount on card read screens.
currencySymbol: ISO 4217 currency numeric code. Ex:949 for TRY, 840 for USD.