9199

Error messagePSP technical error
DescriptionThe pay-in failed due to a technical error linked to the PSP.
Categories
Pay-in

Causes

This error may occur when:

  • Card is not supported by Mangopay
  • Amount is higher than the maximum amount per transaction
  • Operation doesn’t fit the platform’s Mangopay account settings
  • Use of a non-3DSecure test card for a payment that requires 3DSecure
  • The Client’s technical email is more than 40 characters long.

Example

API Response
1{
2 "Id":"334555553",
3 "Tag":"Custom meta",
4 "CreationDate":1678085370,
5 "AuthorId":"2046884555",
6 "CreditedUserId":"2046884555",
7 "DebitedFunds":{
8 "Currency":"EUR",
9 "Amount":2010
10 },
11 "CreditedFunds":{
12 "Currency":"EUR",
13 "Amount":2010
14 },
15 "Fees":{
16 "Currency":"EUR",
17 "Amount":0
18 },
19 "Status":"FAILED",
20 "ResultCode":"009199",
21 "ResultMessage":"PSP technical error",
22 "ExecutionDate":null,
23 "Type":"PAYIN",
24 "Nature":"REGULAR",
25 "CreditedWalletId":"2046886666",
26 "DebitedWalletId":null,
27 "PaymentType":"CARD",
28 "ExecutionType":"DIRECT",
29 "SecureMode":"DEFAULT",
30 "CardId":"3347333299",
31 "SecureModeReturnURL":"https://return url",
32 "SecureModeRedirectURL":null,
33 "SecureModeNeeded":false,
34 "Culture":"FR",
35 "SecurityInfo":{
36 "AVSResult":"NO_CHECK"
37 },
38 "StatementDescriptor":"542514449",
39 "BrowserInfo":{
40 "AcceptHeader":"*/*",
41 "JavaEnabled":false,
42 "Language":"fr-FR",
43 "ColorDepth":32,
44 "ScreenHeight":2177,
45 "ScreenWidth":1080,
46 "TimeZoneOffset":60,
47 "UserAgent":"user agent",
48 "JavascriptEnabled":true
49 },
50 "IpAddress":"IPV6",
51 "Requested3DSVersion":"V2_1",
52 "Applied3DSVersion":"V2_1",
53 "RecurringPayinRegistrationId":null
54}