cancel
Showing results for 
Search instead for 
Did you mean: 

Recurring Billing with encrypted swiper data

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?


christlin1990
Member
1 REPLY 1

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

amimishr
Developer Developer
Developer