View Single Post
  #4  
Old 05-18-2017, 09:54 AM
 
joestern joestern is offline
 

Senior Member
  
Join Date: Apr 2004
Posts: 185
 

Default Re: X-Payments API Recharge with Cart questions

To break this down into pieces - here's my first chunk.

I believe that if the customer has an account in X-Cart, the X-Payments recharge request only needs this identifying information to successfully link a new order to that customer:

Code:
<cart> <login>customer</login> <billingAddress> <email>person@domain.com</email> </billingAddress> ... </cart>
__________________
X-Cart version 4.7.12
Reply With Quote