I want to send multiple AID to the terminal from my android payment application. For doing so how to construct a response message of the select command?
Suppose I am getting 00 A4 04 00 0E (14 bytes data) 00 from the terminal. In response, I am sending 6F23840E(14 bytes data)A511BF0C0E610C4F07A00000000310108701019000 . Here my AID is A0000000031010. If I try to concatenate two AID, terminal immediately cancel the transaction. I tried with the following response message for concatenation: 6F30840E325041592E5359532E4444463031A51EBF0C1B61194F07A00000000310108701024F08A0000000031010018701019000.
I have checked the TLV using TLV Parser. Link :https://www.emvlab.org/tlvutils/?data=6F30840E325041592E5359532E4444463031A51EBF0C1B61194F07A00000000310108701024F08A0000000031010018701019000
Can you suggest me how to send multiple AID list to terminal?