Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
โ10-06-2016 11:20 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ10-06-2016 12:54 PM

