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
105103
Error message | Invalid PIN code |
---|---|
Description | The PIN (”personal identification number”) is invalid. |
Categories | Card input |
Example
API Response
{
"Id":"3313331113",
"Tag":"Custom meta",
"CreationDate":1677233069,
"AuthorId":"22223339",
"CreditedUserId":"330533311",
"DebitedFunds":{
"Currency":"EUR",
"Amount":1000
},
"CreditedFunds":{
"Currency":"EUR",
"Amount":1000
},
"Fees":{
"Currency":"EUR",
"Amount":0
},
"Status":"FAILED",
"ResultCode":"105103",
"ResultMessage":"Invalid PIN code",
"ExecutionDate":null,
"Type":"PAYIN",
"Nature":"REGULAR",
"CreditedWalletId":"330514337",
"DebitedWalletId":null,
"PaymentType":"CARD",
"ExecutionType":"WEB",
"RedirectURL":"https://redirectirm",
"ReturnURL":"https://returnurl",
"TemplateURL":"https://templateUrl",
"CardType":"CB_VISA_MASTERCARD",
"Culture":"EN",
"SecureMode":"DEFAULT",
"StatementDescriptor":null
}
Testing
It is possible to test this error by using the 33355
value for the debited funds Amount
parameter. After clicking on the RedirectURL
, viewing the pay-in will display the 105103 error as in the example below.
API Response
{
"Id": "193081417",
"Tag": "Created using Mangopay API Collection Postman",
"CreationDate": 1686212125,
"AuthorId": "192822811",
"CreditedUserId": "192822811",
"DebitedFunds": {
"Currency": "EUR",
"Amount": 33355
},
"CreditedFunds": {
"Currency": "EUR",
"Amount": 32355
},
"Fees": {
"Currency": "EUR",
"Amount": 1000
},
"Status": "FAILED",
"ResultCode": "105103",
"ResultMessage": "Invalid PIN code",
"ExecutionDate": null,
"Type": "PAYIN",
"Nature": "REGULAR",
"CreditedWalletId": "192822814",
"DebitedWalletId": null,
"PaymentType": "CARD",
"ExecutionType": "WEB",
"RedirectURL": "https://api.sandbox.mangopay.com/Content/PaylineTemplateWidget?rp=b59a6be67f4b4ef18fc9fb3c861420d7&transactionId=193081417&token=1zmix6Qf9Hhuk2zCd1981686212125519",
"ReturnURL": "https://mangopay.com/docs/please-ignore?transactionId=193081417",
"TemplateURL": "https://api.sandbox.mangopay.com/Content/PaylineTemplateWidget?rp=b59a6be67f4b4ef18fc9fb3c861420d7&transactionId=193081417",
"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?