Getting started
- Home
- How-to guides
- Release notes
Integration options
- Server-side SDKs
- Checkout SDK
- Vault SDK
- Profiler SDK
- Mirakl connector
Resources
- Postman
- Testing
- Error handling
- Webhooks
- Bank statements
- Reports
Useful links
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
{
"Id": "156864065",
"Tag": null,
"CreationDate": 1669287748,
"AuthorId": "156671912",
"DebitedFunds": {
"Currency": "EUR",
"Amount": 1000
},
"RemainingFunds": {
"Currency": "EUR",
"Amount": 0
},
"AuthorizationDate": null,
"Status": "FAILED",
"PaymentStatus": "CANCELED",
"ExpirationDate": null,
"PayInId": null,
"ResultCode": "101112",
"ResultMessage": "Maximum amount exceeded",
"SecureMode": "FORCE",
"CardId": "156863196",
"SecureModeReturnURL": "https://docs.mangopay.com/please-ignore?preAuthorizationId=156864065",
"SecureModeRedirectURL": null,
"SecureModeNeeded": true,
"PaymentType": "CARD",
"ExecutionType": "DIRECT",
"StatementDescriptor": null,
"Culture": "EN",
"SecurityInfo": {
"AVSResult": "NO_CHECK"
},
"MultiCapture": true,
"BrowserInfo": {
"AcceptHeader": "text/html, application/xhtml+xml, application/xml;q=0.9, /;q=0.8",
"JavaEnabled": true,
"Language": "FR-FR",
"ColorDepth": 4,
"ScreenHeight": 1800,
"ScreenWidth": 400,
"TimeZoneOffset": 60,
"UserAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",
"JavascriptEnabled": true
},
"IpAddress": "80.236.38.245",
"Billing": {
"FirstName": "Owner",
"LastName": "One",
"Address": {
"AddressLine1": null,
"AddressLine2": null,
"City": null,
"Region": null,
"PostalCode": null,
"Country": null
}
},
"Shipping": {
"FirstName": "Owner",
"LastName": "One",
"Address": {
"AddressLine1": null,
"AddressLine2": null,
"City": null,
"Region": null,
"PostalCode": null,
"Country": null
}
},
"Requested3DSVersion": null,
"Applied3DSVersion": "V2_1"
}
Was this page helpful?
On this page