Hello,
I'm developing android application with emv-anet sdk. I cannot send swiper data for ARB transaction (plain card data is fine). I'm getting the follwoing error
<message> <code>E00003</code> <text>The element 'creditCard' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'cardNumber' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.</text> </message>
How to send encrypted swiper data with ARB transaction?
09-12-2018 09:24 AM
Hi @christlin1990 ,
Currently we do not support passing emv data as part of ARB transaction. But you can try out following steps.
1- Process emv transaction and capture its transactionId.
2- Using the above transactionId, create a customer profile and payment profile
3- Using the customerProfileId and paymnetProfileId you can create ARB transaction.
Hope this helps.
Amit
02-15-2019 01:37 AM