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
009103
Error message | PSP configuration error |
---|---|
Description | PSP configuration error |
Categories | Pay-in |
Example
API Response
{
"Id":"333781255",
"Tag":"Custom meta",
"CreationDate":1677833965,
"AuthorId":"333395534",
"CreditedUserId":"333355434",
"DebitedFunds":{
"Currency":"EUR",
"Amount":3600
},
"CreditedFunds":{
"Currency":"EUR",
"Amount":3000
},
"Fees":{
"Currency":"EUR",
"Amount":600
},
"Status":"FAILED",
"ResultCode":"009103",
"ResultMessage":"PSP configuration error",
"ExecutionDate":null,
"Type":"PAYIN",
"Nature":"REGULAR",
"CreditedWalletId":"3333955441",
"DebitedWalletId":null,
"PaymentType":"CARD",
"ExecutionType":"DIRECT",
"SecureMode":"DEFAULT",
"CardId":"3554009403",
"SecureModeReturnURL":null,
"SecureModeRedirectURL":null,
"SecureModeNeeded":false,
"Culture":"EN",
"SecurityInfo":{
"AVSResult":"NO_CHECK"
},
"StatementDescriptor":"Yoojo",
"BrowserInfo":{
"AcceptHeader":"application/json, text/plain, */*",
"JavaEnabled":true,
"Language":"fr",
"ColorDepth":24,
"ScreenHeight":844,
"ScreenWidth":390,
"TimeZoneOffset":-60,
"UserAgent":"AutoChrome",
"JavascriptEnabled":true
},
"IpAddress":"92.184.97.254",
"Requested3DSVersion":"V2_1",
"Applied3DSVersion":null,
"RecurringPayinRegistrationId":null
}
Testing
This error can be tested in Sandbox by using the 33303
value for the debited funds Amount
parameter. After clicking on the RedirectURL
, viewing the pay-in will display the 009103 error as in the example below.
API response
{
"Id": "193084348",
"Tag": "Created using Mangopay API Collection Postman",
"CreationDate": 1686214330,
"AuthorId": "192822811",
"CreditedUserId": "192822811",
"DebitedFunds": {
"Currency": "EUR",
"Amount": 33303
},
"CreditedFunds": {
"Currency": "EUR",
"Amount": 32303
},
"Fees": {
"Currency": "EUR",
"Amount": 1000
},
"Status": "FAILED",
"ResultCode": "009103",
"ResultMessage": "PSP configuration error",
"ExecutionDate": null,
"Type": "PAYIN",
"Nature": "REGULAR",
"CreditedWalletId": "192822814",
"DebitedWalletId": null,
"PaymentType": "CARD",
"ExecutionType": "WEB",
"RedirectURL": "https://api.sandbox.mangopay.com/Content/PaylineTemplateWidget?rp=348a98453aff46fe940d9f4fc88a27fa&transactionId=193084348&token=1scnDu4sJcBgApfeI2761686214330930",
"ReturnURL": "https://mangopay.com/docs/please-ignore?transactionId=193084348",
"TemplateURL": "https://api.sandbox.mangopay.com/Content/PaylineTemplateWidget?rp=348a98453aff46fe940d9f4fc88a27fa&transactionId=193084348",
"CardType": "CB_VISA_MASTERCARD",
"Culture": "EN",
"SecureMode": "DEFAULT",
"Billing": {
"FirstName": "Norval",
"LastName": "Gerlach",
"Address": {
"AddressLine1": "7973 Hayes Islands",
"AddressLine2": "Runolfsson Dale",
"City": "Paris",
"Region": "Ile-de-France",
"PostalCode": "75001",
"Country": "FR"
}
},
"Shipping": {
"FirstName": "Norval",
"LastName": "Gerlach",
"Address": {
"AddressLine1": "7973 Hayes Islands",
"AddressLine2": "Runolfsson Dale",
"City": "Paris",
"Region": "Ile-de-France",
"PostalCode": "75001",
"Country": "FR"
}
},
"StatementDescriptor": null
}
Was this page helpful?