GetAccountPPCardsBalance2
Description
Returns the balance left for the Account.
Formal Definition
https://ws.interfax.net/admin.asmx?op=GetAccountPPCardsBalance2
Input
Name |
Type |
Comments |
PrimaryUsername |
String |
The primary username of the account. |
PrimaryPassword |
String |
The primary password of the account. |
Output
Name |
Type |
Comments |
GetAccountPPCardsBalance2Result |
Object |
Contains the balance of the prepaid cards and a result code. |
|
Balance |
Decimal |
The balance of the prepaid cards. |
|
ResultCode |
Integer |
A status code indicating the result of the operation. 0 – OK. <0 – Error, see Appendix A |
Error Codes
Value |
Description |
-150 |
Internal System Error. An exception occurred at any point in the execution of the web service method. |
-1003 |
Authentication error: the user cannot be authenticated when either the username or the password is incorrect OR any other last error occurred when authenticating the user. |