Is it possible to have multiple transactions within the same createTransactionRequest?
For example some of our customer's shipments may be for multiple orders to different customers. Instead of having to run a transaction for each different profile we want to charge, it would be nice to call createTransactionRequest one time.
I was thinking something like:
<createTransactionRequest> <merchantAuthentication> ...... </merchantAuthentication> <transactionRequest> ..... </transactionRequest> <transactionRequest> .... </transactionRequest> </createTransactionRequest>
Is this XML format possible? Or do we need to do multiple createTransactionRequests?
10-06-2016 11:20 AM
10-06-2016 12:54 PM