CloseBatch
Description
This method is used to get merchant transaction data.
Syntax
MerchantTransactionData GetMerchantTransactionData(SecurityToken securityToken
Examples
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ebiz="http://eBizCharge.ServiceModel.SOAP">
<soapenv:Header/>
<soapenv:Body>
<ebiz:CloseBatch>
<!--Optional:-->
<ebiz:securityToken>
<!--Optional:-->
<ebiz:SecurityId>*******-4963-4020-a53f-********</ebiz:SecurityId>
<!--Optional:-->
<ebiz:UserId>?</ebiz:UserId>
<!--Optional:-->
<ebiz:Password>?</ebiz:Password>
</ebiz:securityToken>
<!--Optional:-->
<ebiz:batchId>0</ebiz:batchId>
</ebiz:CloseBatch>
</soapenv:Body>
</soapenv:Envelope>
Response:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CloseBatchResponse xmlns="http://eBizCharge.ServiceModel.SOAP">
<CloseBatchResult>true</CloseBatchResult>
</CloseBatchResponse>
</s:Body>
</s:Envelope>
Updated over 2 years ago