Data missing from REST API Using Paypal Plugin – Protection Eligibility
-
We are using the woo commerce Paypal plugin and we have done quite a few test payments which is all well and good. However, there appears to be quite a bit of data missing returned by the REST API and I feel this is because the PayPal plugin is not storing the data for some reason? Below is the detail I have access to on the REST response:
“key”: “_ppcp_paypal_fraud_result”,
“value”: {
“avs_code”: “A”,
“cvv2_code”: “M”,
“address_match”: “N”,
“postal_match”: “N”,
“cvv_match”: “Y”,
“card_brand”: “VISA”,
“card_last_digits”: “4668”However – I am missing protection eligibility? I am also missing the 3DS Authentication Response? 3DS Enrolment? And Payment status – i.e. completed. Is this data not taken by the plugin? Or does it need to be configured somewhere?
Any help is appreciated. Thanks!
The topic ‘Data missing from REST API Using Paypal Plugin – Protection Eligibility’ is closed to new replies.