//////////////////////////////////////////////////////////////////////////////////// // // // // code // Code description // // // // //////////////////////////////////////////////////////////////////////////////////// // 0 // Payment for a listing succeeds without any Errors or conflicts // //////////////////////////////////////////////////////////////////////////////////// // 1 // Token cannot be decoded // //////////////////////////////////////////////////////////////////////////////////// // 2 // Token is expired // //////////////////////////////////////////////////////////////////////////////////// // 3 // JKU is required // //////////////////////////////////////////////////////////////////////////////////// // 4 // KID is required // //////////////////////////////////////////////////////////////////////////////////// // 5 // token signature key was not found // //////////////////////////////////////////////////////////////////////////////////// // 6 // Token Signature could not be verified // //////////////////////////////////////////////////////////////////////////////////// // 7 // system Id is required // //////////////////////////////////////////////////////////////////////////////////// // 8 // Invalid system Id // //////////////////////////////////////////////////////////////////////////////////// // 9 // Agent Id is required // //////////////////////////////////////////////////////////////////////////////////// // 10 // Invalid agent Id // //////////////////////////////////////////////////////////////////////////////////// // 11 // User is suspended // //////////////////////////////////////////////////////////////////////////////////// // 12 // User has no subscription // //////////////////////////////////////////////////////////////////////////////////// // 13 // Transaction Id key is required // //////////////////////////////////////////////////////////////////////////////////// // 14 // Listing key is required // //////////////////////////////////////////////////////////////////////////////////// // 15 // Different user already have the same listing key // //////////////////////////////////////////////////////////////////////////////////// // 16 // This user already have the same listing key // //////////////////////////////////////////////////////////////////////////////////// // 17 // user canceled payment and do not have enough tokens to pay for // //////////////////////////////////////////////////////////////////////////////////// // 18 // Some thing went wrong user must contact Egypt mls // //////////////////////////////////////////////////////////////////////////////////// // 19 // canot validate PurchaseToken as diffrent Agent payed for this listing // //////////////////////////////////////////////////////////////////////////////////// // 20 // PurchaseToken is required // //////////////////////////////////////////////////////////////////////////////////// // 21 // Invalid PurchaseToken not found // ////////////////////////////////////////////////////////////////////////////////////