Calypso is a suite of applications for financial markets and institutions.
Questions tagged [calypso]
7 questions
2
votes
1 answer
UFT 14.0: Java menu is not displayed when clicked
As shown in the above figure, I have to click the down arrow button on left top status bar to show the menu. I have written code which highlights the menu button but the men options are not displayed.
JavaWindow("FX Deal Station…

Aditya
- 457
- 2
- 8
- 27
1
vote
1 answer
Calypso Compliance module - Menu bar doesn't appear
After installing the compliance module in my local Calypso, no menu bar appears when loging into the module.
I have started dataserver, analysisserver, riskserver and ERS Compliance server.
Find attached a screenshot of the empty module bar.
Am I…

user14046460
- 11
- 1
0
votes
0 answers
How can I use keyple API to emulate a badge with NFC-enabled smartphones?
I'm working on a project which purpose is to emulate a badge using calypso protocol on a smartphone (with an NFC chip) via website (eg django) or an android application in order to access university buildings without the badge but only with the…

Filippo Bologna
- 1
- 3
0
votes
1 answer
Detect calypso card from other EMV type B cards?
How to detect Calypso card from other emv type B cards.
Calypso type cards which is a PICC compliant with ISO/IEC 14443-4 type B cards.
We would like to detect the card is not a EMV card, before processing by the EMV kernel.
from the ATQB structure…

buddy
- 805
- 1
- 15
- 30
0
votes
0 answers
In calypso version 17 where should we place our custom templates like Swift message and Confirmations?
In calypso version 17 where should we place our custom templates like Swift message and Confirmations?
In previous versions we should place the custom templates inside the resources folder of custom-shared project. In v17 inside…
-1
votes
2 answers
SmartCard - Select MF succedd but no response
So I am trying to read my transportation card using what I have learned so far about smartcards.
My ATR is: 3B 6F 00 00 80 5A 0A 07 06 20 04 01 03 01 F4 1F 82 90 00
when I looked in the ATR parser it didn't give me much information.
when I chose…

DaniDin
- 91
- 9
-3
votes
1 answer
Need to find unique id in the following smart cards: mifare , emv , calypso
I need to be able to read the unique id of the following card types: mifare , emv and calypso.
i m able to read the ATR of those cards , but could not find the command for receiving the unique id
Card card = terminal.connect("T=1");
CardChannel…

yaniv
- 152
- 5
- 15