cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Missing payer.status from Orders / Payments v2 API?

Frigidman
Contributor
Contributor

In NVP/SOAP and also REST v1 APIs, receiving order/payment details would return a Payer Status value (VERIFIED or UNVERIFIED).

 

This seems to be MISSING from the REST v2 API returns?

 

Is it something that needs to be enabled somewhere, or an extra obscure additive to the Create Order process? We use this value in our risk assessment score for reducing fraud. It would be a shame to lose this helpful information. Ideas?

 

All we are seeing is like:

"payer": {
    "name": {
      "given_name": <removed>,
      "surname": <removed>
    },
    "email_address": <removed>
    "payer_id": <removed>
    "address": {
      "country_code": "US"
    }
  }

 

Login to Me Too
Who Me Too'd this topic