205001

Error messageData validation error
DescriptionOne of the required parameters may be missing or invalid.
Categories
PayPal

Pay-in

Causes

This error occurs when some required parameters are either missing or invalid.

On recurring card pay-ins, this error may also be caused when the 10th pay-in is attempted against the same registration object. One registration object can only be used for a maximum of 99 pay-ins, both CIT and MIT included.

What to do

On recurring card pay-ins, you need to restart the recurrence by creating a new registration object. This will require the user to authenticate with an initial CIT. See the how-to guide for details on setting up a new recurring flow.

Example

In the example below, the error was returned upon making a recurring pay-in.

API Response
1{
2 "Id":"3299814440",
3 "Tag":"Custom meta",
4 "CreationDate":1676828707,
5 "AuthorId":"850474422",
6 "CreditedUserId":"850444822",
7 "DebitedFunds":{
8 "Currency":"EUR",
9 "Amount":1200
10 },
11 "CreditedFunds":{
12 "Currency":"EUR",
13 "Amount":1200
14 },
15 "Fees":{
16 "Currency":"EUR",
17 "Amount":0
18 },
19 "Status":"FAILED",
20 "ResultCode":"205001",
21 "ResultMessage":"Data validation error",
22 "ExecutionDate":null,
23 "Type":"PAYIN",
24 "Nature":"REGULAR",
25 "CreditedWalletId":"85047449",
26 "DebitedWalletId":null,
27 "PaymentType":"CARD",
28 "ExecutionType":"DIRECT",
29 "SecureMode":null,
30 "CardId":"261004457",
31 "SecureModeReturnURL":null,
32 "SecureModeRedirectURL":null,
33 "SecureModeNeeded":false,
34 "Culture":"FR",
35 "SecurityInfo":{
36 "AVSResult":"NO_CHECK"
37 },
38 "StatementDescriptor":null,
39 "BrowserInfo":null,
40 "IpAddress":null,
41 "Requested3DSVersion":null,
42 "Applied3DSVersion":null,
43 "RecurringPayinRegistrationId":"273734496"
44}