ResourcesError handlingError codes
101112
| Error message | Maximum amount exceeded |
|---|---|
| Description | The card has reached the amount limit set by the issuing bank. |
| Categories | Card Refused transaction |
Example
API Response
1 { 2 "Id": "156864065", 3 "Tag": null, 4 "CreationDate": 1669287748, 5 "AuthorId": "156671912", 6 "DebitedFunds": { 7 "Currency": "EUR", 8 "Amount": 1000 9 }, 10 "RemainingFunds": { 11 "Currency": "EUR", 12 "Amount": 0 13 }, 14 "AuthorizationDate": null, 15 "Status": "FAILED", 16 "PaymentStatus": "CANCELED", 17 "ExpirationDate": null, 18 "PayInId": null, 19 "ResultCode": "101112", 20 "ResultMessage": "Maximum amount exceeded", 21 "SecureMode": "FORCE", 22 "CardId": "156863196", 23 "SecureModeReturnURL": "http://example.com?preAuthorizationId=156864065", 24 "SecureModeRedirectURL": null, 25 "SecureModeNeeded": true, 26 "PaymentType": "CARD", 27 "ExecutionType": "DIRECT", 28 "StatementDescriptor": null, 29 "Culture": "EN", 30 "SecurityInfo": { 31 "AVSResult": "NO_CHECK" 32 }, 33 "MultiCapture": true, 34 "BrowserInfo": { 35 "AcceptHeader": "text/html, application/xhtml+xml, application/xml;q=0.9, /;q=0.8", 36 "JavaEnabled": true, 37 "Language": "FR-FR", 38 "ColorDepth": 4, 39 "ScreenHeight": 1800, 40 "ScreenWidth": 400, 41 "TimeZoneOffset": 60, 42 "UserAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148", 43 "JavascriptEnabled": true 44 }, 45 "IpAddress": "80.236.38.245", 46 "Billing": { 47 "FirstName": "Owner", 48 "LastName": "One", 49 "Address": { 50 "AddressLine1": null, 51 "AddressLine2": null, 52 "City": null, 53 "Region": null, 54 "PostalCode": null, 55 "Country": null 56 } 57 }, 58 "Shipping": { 59 "FirstName": "Owner", 60 "LastName": "One", 61 "Address": { 62 "AddressLine1": null, 63 "AddressLine2": null, 64 "City": null, 65 "Region": null, 66 "PostalCode": null, 67 "Country": null 68 } 69 }, 70 "Requested3DSVersion": null, 71 "Applied3DSVersion": "V2_1" 72 }