Service
Click here for a complete list of operations.
CALLING_CARD_VALIDATE_VRU
This process is used to validate a card account has the authority to use the calling card functionlity.This message willl return the card status,current card balance,connection fee,fee per minute,maximum talk time and cardholder's name
Input value should be in following XML format
<CALLING_CARD_VALIDATE>
<CLIENT_ID></CLIENT_ID>
<CLIENT_PASSWORD></CLIENT_PASSWORD>
<LOCATION_ID></LOCATION_ID>
<LOCATION_CITY></LOCATION_CITY>
<LOCATION_STATE></LOCATION_STATE>
<LOCATION_COUNTRY></LOCATION_COUNTRY>
<EMPLOYEE_PIN></EMPLOYEE_PIN>
<CARD_NUMBER></CARD_NUMBER>
<ACCOUNT_NO></ACCOUNT_NO>
<FROM_COUNTRY_CODE></FROM_COUNTRY_CODE>
<TO_COUNTRY_CODE></TO_COUNTRY_CODE>
<ANI></ANI>
<DNIS></DNIS>
</CALLING_CARD_VALIDATE>
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 /Service.asmx HTTP/1.1 Host: qaservices.transcard.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://qaservices.transcard.com/CALLING_CARD_VALIDATE_VRU" <?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> <CALLING_CARD_VALIDATE_VRU xmlns="https://qaservices.transcard.com/"> <inputValue> <CARD_NUMBER>string</CARD_NUMBER> <ACCOUNT_NO>string</ACCOUNT_NO> <CLIENT_ID>string</CLIENT_ID> <CLIENT_PASSWORD>string</CLIENT_PASSWORD> <ANI>string</ANI> <DNIS>string</DNIS> <CARD_ADMIN>string</CARD_ADMIN> <STATUS>string</STATUS> <FROM_COUNTRY_CODE>string</FROM_COUNTRY_CODE> <TO_COUNTRY_CODE>string</TO_COUNTRY_CODE> <FROM_PHONE>string</FROM_PHONE> <TO_PHONE>string</TO_PHONE> <START_TIME>string</START_TIME> <END_TIME>string</END_TIME> <TOTAL_TALK_TIME>string</TOTAL_TALK_TIME> <CURRENCY_CODE>string</CURRENCY_CODE> <CONNECTION_FEE>string</CONNECTION_FEE> <TRANSACTION_AMOUNT>string</TRANSACTION_AMOUNT> <MINUTE_RATE>string</MINUTE_RATE> <TOTAL_COST>string</TOTAL_COST> </inputValue> </CALLING_CARD_VALIDATE_VRU> </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> <CALLING_CARD_VALIDATE_VRUResponse xmlns="https://qaservices.transcard.com/"> <CALLING_CARD_VALIDATE_VRUResult> <ERROR_FOUND>string</ERROR_FOUND> <ERROR_MESSAGE>string</ERROR_MESSAGE> <ERROR_NUMBER>string</ERROR_NUMBER> <CARD_ADMIN>string</CARD_ADMIN> <CARD_NUMBER>string</CARD_NUMBER> <CARD_STATUS>string</CARD_STATUS> <MANUAL_CARD_STATUS>string</MANUAL_CARD_STATUS> <ACTIVATION_REQUIRED>string</ACTIVATION_REQUIRED> <CURRENT_CARD_BALANCE>string</CURRENT_CARD_BALANCE> <FIRST_NAME>string</FIRST_NAME> <LAST_NAME>string</LAST_NAME> <MIDDLE_NAME>string</MIDDLE_NAME> <ADDRESS_LINE_1>string</ADDRESS_LINE_1> <ADDRESS_LINE_2>string</ADDRESS_LINE_2> <ADDRESS_LINE_3>string</ADDRESS_LINE_3> <CITY>string</CITY> <STATE_PROVINCE>string</STATE_PROVINCE> <POSTAL_CODE>string</POSTAL_CODE> <COUNTRY_CODE>string</COUNTRY_CODE> <CARDHOLDER_IDENTIFIED>string</CARDHOLDER_IDENTIFIED> <CONNECTION_FEE>string</CONNECTION_FEE> <MINUTE_FEE>string</MINUTE_FEE> <MAXIMUM_TALK_TIME>string</MAXIMUM_TALK_TIME> </CALLING_CARD_VALIDATE_VRUResult> </CALLING_CARD_VALIDATE_VRUResponse> </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 /Service.asmx HTTP/1.1 Host: qaservices.transcard.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> <CALLING_CARD_VALIDATE_VRU xmlns="https://qaservices.transcard.com/"> <inputValue> <CARD_NUMBER>string</CARD_NUMBER> <ACCOUNT_NO>string</ACCOUNT_NO> <CLIENT_ID>string</CLIENT_ID> <CLIENT_PASSWORD>string</CLIENT_PASSWORD> <ANI>string</ANI> <DNIS>string</DNIS> <CARD_ADMIN>string</CARD_ADMIN> <STATUS>string</STATUS> <FROM_COUNTRY_CODE>string</FROM_COUNTRY_CODE> <TO_COUNTRY_CODE>string</TO_COUNTRY_CODE> <FROM_PHONE>string</FROM_PHONE> <TO_PHONE>string</TO_PHONE> <START_TIME>string</START_TIME> <END_TIME>string</END_TIME> <TOTAL_TALK_TIME>string</TOTAL_TALK_TIME> <CURRENCY_CODE>string</CURRENCY_CODE> <CONNECTION_FEE>string</CONNECTION_FEE> <TRANSACTION_AMOUNT>string</TRANSACTION_AMOUNT> <MINUTE_RATE>string</MINUTE_RATE> <TOTAL_COST>string</TOTAL_COST> </inputValue> </CALLING_CARD_VALIDATE_VRU> </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> <CALLING_CARD_VALIDATE_VRUResponse xmlns="https://qaservices.transcard.com/"> <CALLING_CARD_VALIDATE_VRUResult> <ERROR_FOUND>string</ERROR_FOUND> <ERROR_MESSAGE>string</ERROR_MESSAGE> <ERROR_NUMBER>string</ERROR_NUMBER> <CARD_ADMIN>string</CARD_ADMIN> <CARD_NUMBER>string</CARD_NUMBER> <CARD_STATUS>string</CARD_STATUS> <MANUAL_CARD_STATUS>string</MANUAL_CARD_STATUS> <ACTIVATION_REQUIRED>string</ACTIVATION_REQUIRED> <CURRENT_CARD_BALANCE>string</CURRENT_CARD_BALANCE> <FIRST_NAME>string</FIRST_NAME> <LAST_NAME>string</LAST_NAME> <MIDDLE_NAME>string</MIDDLE_NAME> <ADDRESS_LINE_1>string</ADDRESS_LINE_1> <ADDRESS_LINE_2>string</ADDRESS_LINE_2> <ADDRESS_LINE_3>string</ADDRESS_LINE_3> <CITY>string</CITY> <STATE_PROVINCE>string</STATE_PROVINCE> <POSTAL_CODE>string</POSTAL_CODE> <COUNTRY_CODE>string</COUNTRY_CODE> <CARDHOLDER_IDENTIFIED>string</CARDHOLDER_IDENTIFIED> <CONNECTION_FEE>string</CONNECTION_FEE> <MINUTE_FEE>string</MINUTE_FEE> <MAXIMUM_TALK_TIME>string</MAXIMUM_TALK_TIME> </CALLING_CARD_VALIDATE_VRUResult> </CALLING_CARD_VALIDATE_VRUResponse> </soap12:Body> </soap12:Envelope>