I'm trying to make a mix of mercadopago connect and one click to pay.
Since my application I am charging on behalf of several clients and getting a commission for it.
My idea is that when a user pays for the first time, save that card to later use it to make payments with a single click.
The problem is that the payment with a single click (one click to pay) when I want to use the saved card only allows me to do it for transactions of the same client with which I made the first one.
For example: - cta_comision - cta_cte_1 - cta_cte_2 - user_1
I charge (by uploading all card data) from "cta_cte_1" to "user_1". Then I keep the client and the card. Later I want to use that saved card to make a charge of "cta_cte_2" and I get an error.
How could I save a customer's cards so that it can be used in all the applications I have?