105207

Error messageInvalid PaymentData
DescriptionThe PaymentData provided for the Google Pay pay-in is not valid
Categories
Pay-in

Google Pay

Causes

This error may be returned on POST Create a Google Pay PayIn if the PaymentData value is not valid.

What to do

In such cases:

  • Check that the correct value is used for the PaymentData parameter
  • Check with the end user that their card is correctly registered in their Google Pay account

Example

1{
2 "Id": "wt_b409547d-8178-4bcf-bce0-524a4695133a",
3 "Tag": "Created using the Mangopay API Postman collection",
4 "CreationDate": 1695395521,
5 "AuthorId": "204068024",
6 "DebitedFunds": {
7 "Currency": "EUR",
8 "Amount": 1000
9 },
10 "CreditedFunds": {
11 "Currency": "EUR",
12 "Amount": 1000
13 },
14 "Fees": {
15 "Currency": "EUR",
16 "Amount": 0
17 },
18 "Status": "FAILED",
19 "ResultCode": "105207",
20 "ResultMessage": "Invalid PaymentData",
21 "ExecutionDate": 1695395521,
22 "Type": "PAYIN",
23 "Nature": "REGULAR",
24 "CreditedWalletId": "204089031",
25 "CreditedUserId": "204068024",
26 "PaymentType": "GOOGLE_PAY",
27 "ExecutionType": "DIRECT",
28 "StatementDescriptor": "Mangopay",
29 "SecureMode": "DEFAULT",
30 "SecureModeReturnURL": "http://example.com",
31 "SecureModeRedirectURL": null,
32 "SecureModeNeeded": false,
33 "SecurityInfo": null,
34 "BrowserInfo": {
35 "AcceptHeader": "application/json,text/javascript,*/*;q=0.01<",
36 "JavaEnabled": true,
37 "Language": "fr",
38 "ColorDepth": 32,
39 "ScreenHeight": 667,
40 "ScreenWidth": 375,
41 "TimeZoneOffset": -120,
42 "UserAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",
43 "JavascriptEnabled": true
44 },
45 "IpAddress": "7124:c18a:0497:4676:f3f0:30c8:ec93:ad89",
46 "CardInfo": {
47 "BIN": "411111",
48 "IssuingBank": "JPMORGAN CHASE BANK, N.A.",
49 "IssuerCountryCode": "US",
50 "Type": "CREDIT",
51 "SubType": null,
52 "Brand": "VISA"
53 }
54}