I would like to know if it is feasible to make a money transfer between MercadoPago accounts using the API.
As I see in the official MercadoPago documentation , I understand that this can be done through the creation of a Payment, specifying the operation_type
as money_transfer
.
My doubt about this is how can I create a payment towards another user, being me the payer
. Is this feasible? I know that the collector_id
can be used to identify the seller, but does the collector_id
refer to a customer or a MercadoPago user?