php - ERROR- Gateway reported of successful transaction but it's response came from the IP that is not specified in the list of valid IPs: -


as title says...

we using x-cart , x-payments connector paypal. in looking @ error logs, i'm seeing same error transactions:

[13-jul-2015 10:13:33] checkout message:     payment processing notice.     login:      ip: 173.20.000.00     ----     payment method: credit or debit card     bill_output = array     (         [sessid] => d30672a088117bb334fa56hytgfed456         [code] => 3         [billmes] => gateway reported of successful transaction it's response came ip not specified in list of valid ips: 173.20.000.00     -- response ----     payment charged     (last 4 card numbers: 1234);     (card type: mc); 

the ip shows customers ip address.

we using paypal payments pro take credit cards.

so, ip address "valid"?

i went here , got list of ip address, i'm cunfused if need, , 1 use.

https://ppmts.custhelp.com/app/answers/detail/a_id/92/session/l3rpbwuvmtqznjgxnjg3oc9zawqvvufbww1ocm0%3d

it sounds may due blocked ip's in paypal manager account. log in paypal manager , under account administration , manage security, see links allowed ip's. ip's have entered in there causing errors.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -