AgentBankingServices
Click here for a complete list of operations.
doBalanceInq
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /AgentBankingServices.asmx HTTP/1.1 Host: jarvis.lyhourpay.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/doBalanceInq" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <doBalanceInq xmlns="http://tempuri.org/"> <terminal_id>string</terminal_id> <merchant_id>string</merchant_id> <card_no>string</card_no> <tip_amount>string</tip_amount> <stan>string</stan> <date>string</date> <time>string</time> <ksn>string</ksn> <enc_track>string</enc_track> <card_holder_name>string</card_holder_name> <pinblock>string</pinblock> <seqencenumber>string</seqencenumber> <currencycode>string</currencycode> <AmountAuthorized>string</AmountAuthorized> <AmountOther>string</AmountOther> <ApplicationIdentifier>string</ApplicationIdentifier> <ApplicationInterchangeProfile>string</ApplicationInterchangeProfile> <ApplicationTransactionCounter>string</ApplicationTransactionCounter> <ApplicationUsageControl>string</ApplicationUsageControl> <AuthorizationResponseCode>string</AuthorizationResponseCode> <CardAuthenticationReliabilityIndicator>string</CardAuthenticationReliabilityIndicator> <CardAuthenticationResultsCode>string</CardAuthenticationResultsCode> <ChipConditionCode>string</ChipConditionCode> <Cryptogram>string</Cryptogram> <CryptogramInformationData>string</CryptogramInformationData> <CustomerExclusiveData>string</CustomerExclusiveData> <CvmList>string</CvmList> <CvmResults>string</CvmResults> <FormFactorIndicator>string</FormFactorIndicator> <InterfaceDeviceSerialNumber>string</InterfaceDeviceSerialNumber> <IssuerActionCode>string</IssuerActionCode> <IssuerApplicationData>string</IssuerApplicationData> <IssuerScriptResults>string</IssuerScriptResults> <TerminalApplicationVersionNumber>string</TerminalApplicationVersionNumber> <TerminalCapabilities>string</TerminalCapabilities> <TerminalCountryCode>string</TerminalCountryCode> <TerminalType>string</TerminalType> <TerminalVerificationResult>string</TerminalVerificationResult> <TransactionCategoryCode>string</TransactionCategoryCode> <TransactionCurrencyCode>string</TransactionCurrencyCode> <TransactionDate>string</TransactionDate> <TransactionSequenceCounter>string</TransactionSequenceCounter> <TransactionType>string</TransactionType> <UnpredictableNumber>string</UnpredictableNumber> <flag>string</flag> </doBalanceInq> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <doBalanceInqResponse xmlns="http://tempuri.org/"> <doBalanceInqResult>string</doBalanceInqResult> </doBalanceInqResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /AgentBankingServices.asmx HTTP/1.1 Host: jarvis.lyhourpay.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <doBalanceInq xmlns="http://tempuri.org/"> <terminal_id>string</terminal_id> <merchant_id>string</merchant_id> <card_no>string</card_no> <tip_amount>string</tip_amount> <stan>string</stan> <date>string</date> <time>string</time> <ksn>string</ksn> <enc_track>string</enc_track> <card_holder_name>string</card_holder_name> <pinblock>string</pinblock> <seqencenumber>string</seqencenumber> <currencycode>string</currencycode> <AmountAuthorized>string</AmountAuthorized> <AmountOther>string</AmountOther> <ApplicationIdentifier>string</ApplicationIdentifier> <ApplicationInterchangeProfile>string</ApplicationInterchangeProfile> <ApplicationTransactionCounter>string</ApplicationTransactionCounter> <ApplicationUsageControl>string</ApplicationUsageControl> <AuthorizationResponseCode>string</AuthorizationResponseCode> <CardAuthenticationReliabilityIndicator>string</CardAuthenticationReliabilityIndicator> <CardAuthenticationResultsCode>string</CardAuthenticationResultsCode> <ChipConditionCode>string</ChipConditionCode> <Cryptogram>string</Cryptogram> <CryptogramInformationData>string</CryptogramInformationData> <CustomerExclusiveData>string</CustomerExclusiveData> <CvmList>string</CvmList> <CvmResults>string</CvmResults> <FormFactorIndicator>string</FormFactorIndicator> <InterfaceDeviceSerialNumber>string</InterfaceDeviceSerialNumber> <IssuerActionCode>string</IssuerActionCode> <IssuerApplicationData>string</IssuerApplicationData> <IssuerScriptResults>string</IssuerScriptResults> <TerminalApplicationVersionNumber>string</TerminalApplicationVersionNumber> <TerminalCapabilities>string</TerminalCapabilities> <TerminalCountryCode>string</TerminalCountryCode> <TerminalType>string</TerminalType> <TerminalVerificationResult>string</TerminalVerificationResult> <TransactionCategoryCode>string</TransactionCategoryCode> <TransactionCurrencyCode>string</TransactionCurrencyCode> <TransactionDate>string</TransactionDate> <TransactionSequenceCounter>string</TransactionSequenceCounter> <TransactionType>string</TransactionType> <UnpredictableNumber>string</UnpredictableNumber> <flag>string</flag> </doBalanceInq> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <doBalanceInqResponse xmlns="http://tempuri.org/"> <doBalanceInqResult>string</doBalanceInqResult> </doBalanceInqResponse> </soap12:Body> </soap12:Envelope>