The NFCAdvanced example provided with B4A shows how to read the raw ID (rawId) of an NFC card, but it cannot automatically extract additional "details"... because this depends entirely on the type of card and the protocol it uses.
There is no generic "get card details" function.
You must use the specific NFC technology that is detected.
Please test scanning of your NFC enabled credit card using the APK in the download link below. Please ensure that you have enabled NFC on your cell/device before you do a scan - the project will not at this time check if you have NFC enabled on your device. There is no internet connection...
www.b4x.com
Check with @Zeev Goldstein he used it and is a master of it.
A wrap for this Github project. Scan your NFC enabled Bank Card with your NFC enable device. Enable NFC on your Nfc enable device before trying to scan a card. I have not added any code to check if you have NFC enabled or not. Browse the forum to figure out how you can do it programmatically...