201002

Error messagePayPal related payment instrument declined
DescriptionPayPal related payment instrument declined.
Categories
PayPal

Causes

This error may occur when the funding source fails, for example:

  • The payment is declined by the bank of the end user.
  • The payment method is not allowed (e.g., the user used a prepaid debit card).

Example

API Response
1{
2 "Id":"123589647",
3 "Tag":"custom meta",
4 "CreationDate":1677679492,
5 "AuthorId":"20963965478",
6 "CreditedUserId":"20963965478",
7 "DebitedFunds":{
8 "Currency":"EUR",
9 "Amount":7708
10 },
11 "CreditedFunds":{
12 "Currency":"EUR",
13 "Amount":7708
14 },
15 "Fees":{
16 "Currency":"EUR",
17 "Amount":0
18 },
19 "Status":"FAILED",
20 "ResultCode":"201002",
21 "ResultMessage":"PayPal related payment instrument declined",
22 "ExecutionDate":null,
23 "Type":"PAYIN",
24 "Nature":"REGULAR",
25 "CreditedWalletId":"20456987",
26 "DebitedWalletId":null,
27 "PaymentType":"PAYPAL",
28 "ExecutionType":"WEB",
29 "RedirectURL":"https://www.sandbox.paypal.com/checkoutnow?token=70L956685P053742U",
30 "ReturnURL":"http://www.my-site.com/returnURL/?transactionId=163292678",
31 "Culture":"FR",
32 "ShippingAddress": {
33 "RecipientName": "John Doe",
34 "Address": {
35 "AddressLine1": "The Oasis",
36 "AddressLine2": "Rue des Plantes",
37 "City": "Paris",
38 "Region": "Ile de France",
39 "PostalCode": "75001",
40 "Country": "FR"
41 }
42 },
43 "PaypalBuyerAccountEmail":null,
44 "StatementDescriptor":"nov2022"
45}