cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

System.InvalidOperationException: 'CURP' is not a valid value for ValueTypeCodeType

An order was placed on Ebay from a customer in Mexico- The order was unable to be downloaded and the  following code error was displayed:

 

System.InvalidOperationException: Instance validation error: 'CURP' is not a valid value for ValueTypeCodeType.

 

Per the Ebay Developer documentation, a change was made to add CURP, RUT and RFC values to the ValueTypeCodeType field on 12/19/2024.  

 

Has anyone else experienced this error and is there a work around for this?

Message 1 of 2
latest reply
1 REPLY 1

System.InvalidOperationException: 'CURP' is not a valid value for ValueTypeCodeType

Spotted this thread while looking into the issue our system was facing which was the same but instead with the RFC type.

We found that in the newest eBay version 1391 the 3 types added are all Mexican related values

RFC
Registro Federal de Contribuyentes (is a tax identification number)
CURP
Clave Única de Registro de Población (is a unique identifier for each person living in Mexico, It's similar to NI in the UK and SS in the US)
RUT
Registro Único Tributario (is a tax identification number
)

Our system currently utilises version 1209 and simply updating to the newest API version should resolve this issue

Message 2 of 2
latest reply