Search found 2 matches

by mark.nicholls
Mon Feb 04, 2019 9:02 pm
Forum: Questions & Answers
Topic: Integrator and xml binding
Replies: 2
Views: 5522

Re: Integrator and xml binding

It makes no difference at all.

Here's the bind.txt from the Trace files, as you can see, AMOUNT is in the first part but not the second.
Fragment - REQUEST
order: /request/@timestamp
order: /request/@type
order: /request/merchantid
order: /request/account
order: /request/amount
order ...
by mark.nicholls
Sat Feb 02, 2019 12:17 am
Forum: Questions & Answers
Topic: Integrator and xml binding
Replies: 2
Views: 5522

Integrator and xml binding

I have xml source with embedded data...

<request type="payment-credit" timestamp="20190118130000">
<merchantid>cooksontest</merchantid>
<account>internet</account>
<amount currency='EUR'>1000</amount>
<orderid>IQ9000012</orderid>
<pasref>15469482698462820</pasref>
<paymentmethod>sofort ...