MercadoPago Connect and one click to pay [closed]

2

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?

    
asked by martin odetti 28.01.2017 в 05:28
source

1 answer

0

You can save the cards associated with a client using the token generated with mercadopago connect, but this token is built with the application ID, so the cards can only be consulted from the source application.

You could have a single application with several front-end instances which would allow you to save the cards in the main application and use them in the secondary portals in the same way using mp connect.

    
answered by 28.01.2017 в 16:31