Validate Order
Service URL: https://api.ssl2buy.com/orderservice/order/validateorder
This method allows the partner to validate the order before placing an order. We strongly recommend calling this method before calling the “PlaceOrder” method.
Request Parameters
Field Name | Description | Type | Required |
---|---|---|---|
PartnerEmail | SSL2Buy login Email | String (Max Length : 200) | Yes |
ApiKey | ApiKey | String (Max Length : 100) | Yes |
ProductCode | Product Code. Refer section “Product Table” | Integer | Yes |
Year | Product Code. Refer section “Product Table” for valid value. | Integer | Yes |
IsRenew | Order is renew or not. | True or False. Default value is False | No |
AddDomains | Number of SAN (Additional Domain). This applies to only Multi Domain(SAN) Product. Please refer section “SAN”. | Integer | No |
PartnerOrderID | Partner can pass any unique order ID of his system. It must be unique. | String (Max Length : 50) | Yes |
Response Parameters
Field Name | Description | Type |
---|---|---|
APIError | ||
.. ErrorNumber | Error Number. Refer section “Error Description”. | Integer |
.. ErrorField | Error Field | String |
.. ErrorMessage | Description of errors | String |
StatusCode | Status Code of Response i.e 0 = Method is executed successfully. -1 = There is an Error in Response. |
Integer |