Get Balance
Service URL: https://api.cheapsslshop.com/api/Order/GetBalance
This method allows partner to know the available balance.
Request Parameters for “BalanceRequest”
Field Name | Description | Type | Required |
---|---|---|---|
LoginEmail | CheapSSLShop login Email | String (Max Length : 200) | Yes |
ApiKey | ApiKey | String (Max Length : 100) | Yes |
Response Parameters for “BalanceResponse”
Field Name | Description | Type |
---|---|---|
Balance | User available Balance | Decimal |
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 |