What API can be used to display the movements of my account?

0

We are a political party that relies on information and communication technologies and our donation method uses MercadoPago.

As a fundamental value we promote transparency and that applies to the financing of the party. This is why we need to show all the movements made both input and output with the user information that made them.

I found the following API but it does not return user information other than the user_id. We need at least name, surname and email.

https://api.mercadopago.com/mercadopago_account/movements/search

Any suggestions? Or maybe there is a possibility of the implementation of a new API that serves the purpose of having public finances?

Thanks in advance.

    
asked by LeoG 06.08.2017 в 05:00
source

1 answer

-1

that is correct the endpoint / movements / search returns information only on the movements identifying the user with an id.

To obtain the detail of the information of a user you must use another endpoint / users /

https://api.mercadopago.com/users/USER_ID?access_token=ACCESS_TOKEN

Which will return information about the user consulted, only public information.

    
answered by 07.08.2017 в 16:38