EquipmentPurchase

This XML API is used to take the payment of the equipment purchase on customer's account

End Point https://www.vcareapi.com/vcareOssApi/EquipmentPurchase/
Field (Short Description) Value/Tag Name Format Field Example Type Notes Validation rules
VENDOR ID string Vcarecorporation Required A unique Vendor ID is associated with the MVNO/OSS partner. This is used for authorization purpose and can be obtained by contacting your account manager.
USER NAME string Vcarecorporation Required A unique User name is associated with the MVNO/OSS partner. This is used for authorization purpose and can be obtained by contacting your account manager.
PASSWORD string Vcarecorporation Required This is a random string which is generated by Vcare and is tied to the MVNO/OSS user name. This is specifically used for authentication purpose and can be obtained by contacting your account manager.
PIN string 123456789 Required This is generated by Vcare to provide an additional layer of security in the Interim API. This is used for authentication purpose and can be obtained by contacting your account manager.
REFERENCENUMBER string 123456789 Required Auto generated unique reference number is required to be passed with each transaction.
CUSTOMER ID Numeric 123456 Required Auto generated customer account number. This is returned in GetCustomerInfo  
PAYMENT TYPE string CREDIT CARD Required This is the amount for which the payment needs to be taken 'CASH','CREDIT CARD','MONEY ORDER','MONEY GRAM','WALLET','MYWALLET','COURTESY','CREDIT CARD SKIP PAYMENT'
WALLET OWNER ID Numeric 28 Conditional if payment type is MYWALLET then required.  
EQUIPMENT TYPE string PHONE MODEL Required This is the equipment type of the phone which customer is buying PHONE MODEL, BATTERY
CHANGE REASON string Damage Required This is the change reason of the phone which customer is buying Undeliverable, Never Received,Incorrect Address, Lost/Stolen, Damaged, new purchase
MODELID Numeric 12 Required This is the model id of the phone which customer is buying This is returned in the GetMakeModel API call.
TAX REQUIRED string Y Required This determines if the tax shall be applied on the payment amount or not Y or N
OVER NIGHT SHIPPING FEE string Y Conditional This determines if the over night shipping fee shall be applied on the payment amount or not when EQUIPMENT TYPE value PHONE MODEL. Y or N
AMOUNT Numeric 30 Required This is the amount for which the payment needs to be taken  
SHIPPING AMOUNT Numeric 30 Optional This is the amount for which the shipping needs to be taken  
CARDTYPE string VISA Conditional This is the type of the card VISA,MASTER,DISCOVER,AMEX
CARDVALUE Numeric 4111111111111111 Conditional This is the card number Max=16 digits
CARDCODE Numeric 234 Conditional This is the CVV number of the card Max=4 digits
EXPIRATION_MONTH Numeric 11 Conditional This is the expiration month of the card  
EXPIRATION_YEAR Numeric 2018 Conditional This is the expiration year of the card  
NAMEONCARD string John Doe Conditional This is the name on the card  
BILLINGADDRESS string 123 Main st Conditional This is the Billing address of the registered billing address in the bank account to which the card is associated Should allow only letters, numbers, space and: hyphen ; forward slash Max length for the fields - 50 symbols. Cannot contain phrases "PO Box" or "P.O. Box".
BILLINGADDRESS2 string Apt 1 Optional This is the Billing address of the registered billing address in the bank account to which the card is associated Should allow only letters, numbers, space and: hyphen ; forward slash Max length for the fields - 50 symbols. Cannot contain phrases "PO Box" or "P.O. Box".
BILLINGSTATE string CA Conditional This is the state of the registered billing address in the bank account to which the card is associated State should be standard abbreviated form.
BILLINGCITY string San Jose Conditional This is the Billing city of the registered billing address in the bank account to which the card is associated Should allow only letters, hyphen and space.
BILLINGZIPCODE Numeric 90001 Conditional This is the Billing Zipcode of the registered billing address in the bank account to which the card is associated Should not allow letters and special characters, only numbers. Should be exactly 5 digits.
SAME AS BILLING string Y Required if you want billing and Shipping address same. Y or N
SHIPPINGADDRESS string 123 Main st Conditional This is the Shipping address of the registered Shipping address in the bank account to which the card is associated Should allow only letters, numbers, space and: hyphen ; forward slash Max length for the fields - 50 symbols. Cannot contain phrases "PO Box" or "P.O. Box".
SHIPPINGADDRESS2 string Apt 1 Optional This is the Shipping address of the registered Shipping address in the bank account to which the card is associated Should allow only letters, numbers, space and: hyphen ; forward slash Max length for the fields - 50 symbols. Cannot contain phrases "PO Box" or "P.O. Box".
SHIPPINGSTATE string CA Conditional This is the state of the registered Shipping address in the bank account to which the card is associated State should be standard abbreviated form.
SHIPPINGCITY string San Jose Conditional This is the Shipping city of the registered Shipping address in the bank account to which the card is associated Should allow only letters, hyphen and space.
SHIPPINGZIPCODE Numeric 90001 Conditional This is the Shipping Zipcode of the registered Shipping address in the bank account to which the card is associated Should not allow letters and special characters, only numbers. Should be exactly 5 digits.
AGENTID string John Doe Required This is the Telgoo5 user id.For the Agent/Employee who is sending the API request.  
AGENTPASSWORD string JohnDoe Conditional This is the password for the Agent Id mentioned above. This is configuration level field. If you have set the permissions for the Agent Id for the requirement of the password in API transactions then you will need to pass the Agent Password in all the XML API transaction, else if you have set the permissions to password not required then you don't need to pass the Agent Password in the XML API.  
SOURCE string API Optional Source of the order/application Expected Value:API, TABLET, IVR, WEBSITE
Sample Request XML
<?xml version="1.0" encoding="utf-8"?>
<VCAREOSSAPI xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CREDENTIALS>
	<VENDORID></VENDORID>
	<USERNAME></USERNAME>
	<PASSWORD></PASSWORD>
	<PIN></PIN>
	<REFERENCENUMBER></REFERENCENUMBER>
</CREDENTIALS>
<VCAREOSS>
<EQUIPMENTPURCHASE>
	<CUSTOMERID></CUSTOMERID>
	<PAYMENTTYPE></PAYMENTTYPE>
	<WALLET_OWNER_ID></WALLET_OWNER_ID>
	<EQUIPMENTTYPE></EQUIPMENTTYPE>
	<CHANGEREASON></CHANGEREASON>
	<MODELID></MODELID>
	<TAXREQUIRED></TAXREQUIRED>
	<OVER_NIGHT_SHIPPING_FEE></OVER_NIGHT_SHIPPING_FEE>
	<AMOUNT></AMOUNT>
	<SHIPPING_AMOUNT></SHIPPING_AMOUNT>
	<CARDTYPE></CARDTYPE>
	<CARDVALUE></CARDVALUE>
	<CARDCODE></CARDCODE>
	<EXPIRATION_MONTH></EXPIRATION_MONTH>
	<EXPIRATION_YEAR></EXPIRATION_YEAR>
	<NAMEONCARD></NAMEONCARD>
	<BILLINGADDRESS></BILLINGADDRESS>
	<BILLINGADDRESS2></BILLINGADDRESS2>
	<BILLINGSTATE></BILLINGSTATE>
	<BILLINGCITY></BILLINGCITY>
	<BILLINGZIPCODE></BILLINGZIPCODE>
	<SAME_AS_BILLING></SAME_AS_BILLING>
	<SHIPPINGADDRESS></SHIPPINGADDRESS>
	<SHIPPINGADDRESS2></SHIPPINGADDRESS2>
	<SHIPPINGSTATE></SHIPPINGSTATE>
	<SHIPPINGCITY></SHIPPINGCITY>
	<SHIPPINGZIPCODE></SHIPPINGZIPCODE>
	<AGENTID></AGENTID>
	<AGENTPASSWORD></AGENTPASSWORD>
	<SOURCE></SOURCE>
 </EQUIPMENTPURCHASE>
</VCAREOSS>
</VCAREOSSAPI>

List of status code, description and resolution.
Status Code Description How to Resolve?
00 SUCCESS SUCCESS
13 Password is invalid. Provide a valid Password.
15 Zip code is invalid. Please enter valid zip code.
21 Invalid State. Provide a valid State
25 Customer ID is invalid. Provide a valid Customer ID.
35 Model is invalid. Please provide valid Model.
53 Equipment type should not be blank. Please provide valid Equipment type. Equipment type should not be blank.
72 Invalid City. Please provide valid City.
102 Card type is required. Card Type can not be blank. You should enter a valid Card Type.
104 Credit Card Number is not valid. Please provide a valid Credit Card.
105 Expiry Month is required. Expiry month cannot be blank. You should enter a valid expire month.
107 Expiry Year is required. Expire year cannot be blank. You should enter a valid expire year.
108 Expiry Year is not valid. Please provide a valid Expire Year.
110 Card Name is required. Card name cannot be blank. You should enter a valid Card name.
113 Zip Code is required. Zip code cannot be blank. You should enter a valid Zip code.
116 City is required. City cannot be blank. You should enter a valid City.
118 State is required. State cannot be blank. You should enter a valid State.
120 Billing Address is required. Billing address cannot be blank. You should enter a valid billing address.
132 Service Address1 is required. Service address 1 cannot be blank. You should enter a valid service address 1.
168 Invalid Amount. Please provide a valid Amount.
179 Amount should not be blank OR zero. Please provide amount. Amount cannot be left blank OR zero.
200 Equipment type not found in our system. Please provide valid value as Equipment type not found in our system.
215 Invalid Card Details. Please provide a valid Card Details.
220 Card code is required. Please provide Card code.
225 Model ID is required. Please provide Model ID.
226 Customer ID is required. Please provide Customer ID.
231 Wallet owner id is required. Please provide Wallet owner ID.
255 Change Reason is required. Please provide Change Reason.
375 Change Reason is not valid. Please provide a valid Change Reason.
376 Model ID is not valid. Please provide a valid Model ID.
440 Card code is invalid. Enter valid card code. Card code is not valid.
441 Your card has expired. Enter valid card Expiry Date. Card has been expired.
446 Month should be in two digits from 01 to 12. Month should contain 2 digits and should be between 01 to 12. Month can not less than 01 and more than 12.
550 Tax required should be Y OR N. Provide correct Tax required. Tax required should be Y or N.
551 Model status is inactive. Model status is inactive in system.
558 Credit Card Number required. Provide a Credit Card Number. Credit Card Number is mandatory.
559 Card type should be VISA, MASTERCARD, DISCOVER, AMERICAN EXPRESS and AMEX. Chose a Card type among VISA, MASTER, DISCOVER and AMEX. Card type should be VISA, MASTER, DISCOVER, AMERICAN EXPRESS and AMEX.
560 Error Received from payment Gateway. We are receiving error from payment Gateway.
742 Payment type should be CREDIT CARD, WALLET, DEALER WALLET, MONEY GRAM, MONEY ORDER, CASH. Enter a valid Payment type. Payment type should be one of among CREDIT CARD, WALLET, DEALER WALLET, MONEY GRAM, MONEY ORDER, CASH.
751 Custom message. This is dynamic message.
Sample Response
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <credentials>
 <vendorId></vendorId>
 <referenceNumber></referenceNumber>
 </credentials>
 <EQUIPMENTPURCHASE>
	 <statusCode>00</statusCode>
	 <description>SUCCESS</description>
	 <errorDescription>SUCCESS</errorDescription>
	 <transactionid>2454633487</transactionid>
	 <invoicenumber>201709564</invoicenumber>
 </EQUIPMENTPURCHASE>
</VcareOssApi>

SUCCESS
Sample Fail Response: 1
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>13</statusCode>
	<description>FAIL</description>
	<errorDescription>Password is invalid.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Password is invalid.
How to Resolve?: Provide a valid Password.
Sample Fail Response: 2
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>15</statusCode>
	<description>FAIL</description>
	<errorDescription>Zip code is invalid.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Zip code is invalid.
How to Resolve?: Please enter valid zip code.
Sample Fail Response: 3
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>21</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid State.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Invalid State.
How to Resolve?: Provide a valid State
Sample Fail Response: 4
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>25</statusCode>
	<description>FAIL</description>
	<errorDescription>Customer ID is invalid.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Customer ID is invalid.
How to Resolve?: Provide a valid Customer ID.
Sample Fail Response: 5
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>35</statusCode>
	<description>FAIL</description>
	<errorDescription>Model is invalid.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Model is invalid.
How to Resolve?: Please provide valid Model.
Sample Fail Response: 6
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>53</statusCode>
	<description>FAIL</description>
	<errorDescription>Equipment type should not be blank.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Equipment type should not be blank.
How to Resolve?: Please provide valid Equipment type. Equipment type should not be blank.
Sample Fail Response: 7
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>72</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid City.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Invalid City.
How to Resolve?: Please provide valid City.
Sample Fail Response: 8
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>102</statusCode>
	<description>FAIL</description>
	<errorDescription>Card type is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Card type is required.
How to Resolve?: Card Type can not be blank. You should enter a valid Card Type.
Sample Fail Response: 9
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>104</statusCode>
	<description>FAIL</description>
	<errorDescription>Credit Card Number is not valid.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Credit Card Number is not valid.
How to Resolve?: Please provide a valid Credit Card.
Sample Fail Response: 10
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>105</statusCode>
	<description>FAIL</description>
	<errorDescription>Expiry Month is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Expiry Month is required.
How to Resolve?: Expiry month cannot be blank. You should enter a valid expire month.
Sample Fail Response: 11
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>107</statusCode>
	<description>FAIL</description>
	<errorDescription>Expiry Year is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Expiry Year is required.
How to Resolve?: Expire year cannot be blank. You should enter a valid expire year.
Sample Fail Response: 12
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>108</statusCode>
	<description>FAIL</description>
	<errorDescription>Expiry Year is not valid.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Expiry Year is not valid.
How to Resolve?: Please provide a valid Expire Year.
Sample Fail Response: 13
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>110</statusCode>
	<description>FAIL</description>
	<errorDescription>Card Name is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Card Name is required.
How to Resolve?: Card name cannot be blank. You should enter a valid Card name.
Sample Fail Response: 14
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>113</statusCode>
	<description>FAIL</description>
	<errorDescription>Zip Code is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Zip Code is required.
How to Resolve?: Zip code cannot be blank. You should enter a valid Zip code.
Sample Fail Response: 15
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>116</statusCode>
	<description>FAIL</description>
	<errorDescription>City is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: City is required.
How to Resolve?: City cannot be blank. You should enter a valid City.
Sample Fail Response: 16
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>118</statusCode>
	<description>FAIL</description>
	<errorDescription>State is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: State is required.
How to Resolve?: State cannot be blank. You should enter a valid State.
Sample Fail Response: 17
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>120</statusCode>
	<description>FAIL</description>
	<errorDescription>Billing Address is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Billing Address is required.
How to Resolve?: Billing address cannot be blank. You should enter a valid billing address.
Sample Fail Response: 18
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>132</statusCode>
	<description>FAIL</description>
	<errorDescription>Service Address1 is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Service Address1 is required.
How to Resolve?: Service address 1 cannot be blank. You should enter a valid service address 1.
Sample Fail Response: 19
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>168</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid Amount.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Invalid Amount.
How to Resolve?: Please provide a valid Amount.
Sample Fail Response: 20
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>179</statusCode>
	<description>FAIL</description>
	<errorDescription>Amount should not be blank OR zero.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Amount should not be blank OR zero.
How to Resolve?: Please provide amount. Amount cannot be left blank OR zero.
Sample Fail Response: 21
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>200</statusCode>
	<description>Fail</description>
	<errorDescription>Equipment type not found in our system.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Equipment type not found in our system.
How to Resolve?: Please provide valid value as Equipment type not found in our system.
Sample Fail Response: 22
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>215</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid Card Details.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Invalid Card Details.
How to Resolve?: Please provide a valid Card Details.
Sample Fail Response: 23
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>220</statusCode>
	<description>FAIL</description>
	<errorDescription>Card code is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Card code is required.
How to Resolve?: Please provide Card code.
Sample Fail Response: 24
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>225</statusCode>
	<description>FAIL</description>
	<errorDescription>Model ID is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Model ID is required.
How to Resolve?: Please provide Model ID.
Sample Fail Response: 25
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>226</statusCode>
	<description>FAIL</description>
	<errorDescription>Customer ID is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Customer ID is required.
How to Resolve?: Please provide Customer ID.
Sample Fail Response: 26
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>231</statusCode>
	<description>FAIL</description>
	<errorDescription>Wallet owner id is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Wallet owner id is required.
How to Resolve?: Please provide Wallet owner ID.
Sample Fail Response: 27
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>255</statusCode>
	<description>FAIL</description>
	<errorDescription>Change Reason is required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Change Reason is required.
How to Resolve?: Please provide Change Reason.
Sample Fail Response: 28
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>375</statusCode>
	<description>FAIL</description>
	<errorDescription>Change Reason is not valid.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Change Reason is not valid.
How to Resolve?: Please provide a valid Change Reason.
Sample Fail Response: 29
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>376</statusCode>
	<description>FAIL</description>
	<errorDescription>Model ID is not valid.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Model ID is not valid.
How to Resolve?: Please provide a valid Model ID.
Sample Fail Response: 30
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>440</statusCode>
	<description>FAIL</description>
	<errorDescription>Card code is invalid.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Card code is invalid.
How to Resolve?: Enter valid card code. Card code is not valid.
Sample Fail Response: 31
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>441</statusCode>
	<description>FAIL</description>
	<errorDescription>Your card has expired.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Your card has expired.
How to Resolve?: Enter valid card Expiry Date. Card has been expired.
Sample Fail Response: 32
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>446</statusCode>
	<description>FAIL</description>
	<errorDescription>Month should be in two digits from 01 to 12.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Month should be in two digits from 01 to 12.
How to Resolve?: Month should contain 2 digits and should be between 01 to 12. Month can not less than 01 and more than 12.
Sample Fail Response: 33
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>550</statusCode>
	<description>FAIL</description>
	<errorDescription>Tax required should be Y OR N.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Tax required should be Y OR N.
How to Resolve?: Provide correct Tax required. Tax required should be Y or N.
Sample Fail Response: 34
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>551</statusCode>
	<description>FAIL</description>
	<errorDescription>Model status is inactive.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Model status is inactive.
How to Resolve?: Model status is inactive in system.
Sample Fail Response: 35
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>558</statusCode>
	<description>FAIL</description>
	<errorDescription>Credit Card Number required.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Credit Card Number required.
How to Resolve?: Provide a Credit Card Number. Credit Card Number is mandatory.
Sample Fail Response: 36
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>559</statusCode>
	<description>FAIL</description>
	<errorDescription>Card type should be VISA, MASTERCARD, DISCOVER, AMERICAN EXPRESS  and AMEX.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Card type should be VISA, MASTERCARD, DISCOVER, AMERICAN EXPRESS and AMEX.
How to Resolve?: Chose a Card type among VISA, MASTER, DISCOVER and AMEX. Card type should be VISA, MASTER, DISCOVER, AMERICAN EXPRESS and AMEX.
Sample Fail Response: 37
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>560</statusCode>
	<description>FAIL</description>
	<errorDescription>Error Received from payment Gateway.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Error Received from payment Gateway.
How to Resolve?: We are receiving error from payment Gateway.
Sample Fail Response: 38
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>742</statusCode>
	<description>FAIL</description>
	<errorDescription>Payment type should be CREDIT CARD, WALLET, DEALER WALLET, MONEY GRAM, MONEY ORDER, CASH.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Payment type should be CREDIT CARD, WALLET, DEALER WALLET, MONEY GRAM, MONEY ORDER, CASH.
How to Resolve?: Enter a valid Payment type. Payment type should be one of among CREDIT CARD, WALLET, DEALER WALLET, MONEY GRAM, MONEY ORDER, CASH.
Sample Fail Response: 39
<?xml version="1.0" encoding="utf-8"?>
<VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<credentials>
	<vendorId>Vcarecorporation</vendorId>
	<referenceNumber>11111</referenceNumber>
</credentials>
<EQUIPMENTPURCHASE>
	<statusCode>751</statusCode>
	<description>FAIL</description>
	<errorDescription>Custom message.</errorDescription>
</EQUIPMENTPURCHASE>
</VcareOssApi>
Error Description: Custom message.
How to Resolve?: This is dynamic message.