cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple transactions in the same createTransactionRequest

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?

Devin
Contributor
1 REPLY 1

Hello @Devin

 

We currently support a single transaction per request.

 

Richard

RichardH
Administrator Administrator
Administrator